Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 3 of 3) sorted by relevance

/development/samples/InlineFillService/src/com/example/android/inlinefillservice/
DAuthActivity.java68 String[] hints = myIntent.getStringArrayExtra(EXTRA_HINTS); in onYes() local
73 int size = hints.length; in onYes()
76 fields.put(hints[i], (AutofillId) ids[i]); in onYes()
98 @NonNull String[] hints, @NonNull AutofillId[] ids, boolean authenticateDatasets, in newIntentSenderForResponse() argument
100 return newIntentSender(context, null, hints, ids, authenticateDatasets, inlineRequest); in newIntentSenderForResponse()
104 @Nullable Dataset dataset, @Nullable String[] hints, @Nullable AutofillId[] ids, in newIntentSender() argument
110 intent.putExtra(EXTRA_HINTS, hints); in newIntentSender()
DInlineFillService.java84 String[] hints = new String[size]; in onFillRequest() local
87 hints[i] = fields.keyAt(i); in onFillRequest()
90 IntentSender authentication = AuthActivity.newIntentSenderForResponse(this, hints, in onFillRequest()
/development/tools/winscope/
Dwebpack.spec.config.js115 hints: false, property