Home
last modified time | relevance | path

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

/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DAuthActivity.java68 String[] hints = myIntent.getStringArrayExtra(EXTRA_HINTS); in onYes() local
98 @NonNull String[] hints, @NonNull AutofillId[] ids, boolean authenticateDatasets, in newIntentSenderForResponse()
104 @Nullable Dataset dataset, @Nullable String[] hints, @Nullable AutofillId[] ids, in newIntentSender()
DInlineFillService.java85 String[] hints = new String[size]; in onFillRequest() local