Searched refs:hints (Results 1 – 3 of 3) sorted by relevance
/development/samples/InlineFillService/src/com/example/android/inlinefillservice/ |
D | AuthActivity.java | 68 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()
|
D | InlineFillService.java | 84 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/ |
D | webpack.spec.config.js | 115 hints: false, property
|