Home
last modified time | relevance | path

Searched defs:hints (Results 1 – 9 of 9) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/simple/
DSimpleAuthActivity.java70 String[] hints = myIntent.getStringArrayExtra(EXTRA_HINTS); in onYes() local
98 @NonNull String[] hints, @NonNull AutofillId[] ids, boolean authenticateDatasets) { in newIntentSenderForResponse()
103 @Nullable Dataset dataset, @Nullable String[] hints, @Nullable AutofillId[] ids, in newIntentSender()
DDebugService.java105 String[] hints = new String[size]; in onFillRequest() local
179 String[] hints = node.getAutofillHints(); in getHint() local
DMultiStepsService.java158 String[] hints = node.getAutofillHints(); in addAutofillableFields() local
DBasicService.java144 String[] hints = node.getAutofillHints(); in addAutofillableFields() local
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
DAutofillHints.java74 @NonNull List<String> hints) { in getFieldTypeNameFromAutofillHints()
80 @NonNull List<String> hints, int partition) { in getFieldTypeNameFromAutofillHints()
102 private static List<String> removePrefixes(@NonNull List<String> hints) { in removePrefixes()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/data/
DClientAutofillDataBuilder.java87 String[] hints = viewNode.getAutofillHints(); in parseAutofillFields() local
117 datasetWithFilledAutofillFields, @NonNull String[] hints, int partition, in appendViewMetadata()
DClientViewMetadataBuilder.java76 String[] hints = root.getAutofillHints(); in parseNode() local
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/autofillable/
DAbstractCustomVirtualView.java227 public final String[] hints; field in AbstractCustomVirtualView.Item
234 Item(Line line, int id, String idEntry, String[] hints, int type, CharSequence text, in Item()
372 private Line(String idEntryPrefix, int autofillType, String label, String[] hints, in Line()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DCustomVirtualView.kt180 val hints: Array<String>?, constant in Item