aboutsummaryrefslogtreecommitdiff
path: root/input/autofill/AutofillFramework/afservice/src
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2020-07-31 16:18:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-31 16:18:36 +0000
commitb590b3f07f382430954c0746c06c6366cc735b5b (patch)
tree2c196a20bbc7a77e718920ca29952b6845d064eb /input/autofill/AutofillFramework/afservice/src
parent698bcc6a308b93a5ca68437c1cdfe4900e15fc08 (diff)
parent325fd8600e4a2ea36df39fbd370513f0c7363fa2 (diff)
downloadandroid-b590b3f07f382430954c0746c06c6366cc735b5b.tar.gz
Merge "Update language to comply with Android's inclusive language guidance"
Diffstat (limited to 'input/autofill/AutofillFramework/afservice/src')
-rw-r--r--input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/AutofillHintProperties.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/AutofillHintProperties.java b/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/AutofillHintProperties.java
index 8314eb30..3da54c1d 100644
--- a/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/AutofillHintProperties.java
+++ b/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/AutofillHintProperties.java
@@ -44,7 +44,7 @@ public final class AutofillHintProperties {
}
/**
- * Generates dummy autofill field data that is relevant to the autofill hint.
+ * Generates placeholder autofill field data that is relevant to the autofill hint.
*/
public FilledAutofillField generateFakeField(int seed, String datasetId) {
return mFakeFieldGenerator.generate(seed, datasetId);