Home
last modified time | relevance | path

Searched refs:autofillIds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DContentCaptureEventTest.java253 final ArrayList<AutofillId> autofillIds = new ArrayList<>(); in testMergeEvent_typeViewDisappeared() local
254 autofillIds.add(new AutofillId(3)); in testMergeEvent_typeViewDisappeared()
255 autofillIds.add(new AutofillId(4)); in testMergeEvent_typeViewDisappeared()
257 .setAutofillIds(autofillIds); in testMergeEvent_typeViewDisappeared()
/frameworks/base/core/java/android/service/autofill/
DSaveInfo.java906 final AutofillId[] autofillIds =
908 builder.addSanitizer(sanitizers[i], autofillIds);
/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java603 @NonNull boolean[] autofillClientGetViewVisibility(@NonNull AutofillId[] autofillIds); in autofillClientGetViewVisibility() argument
625 @NonNull AutofillId[] autofillIds); in autofillClientFindViewsByAutofillIdTraversal()
/frameworks/base/services/autofill/java/com/android/server/autofill/
DSession.java1870 final AutofillId[] autofillIds = new AutofillId[viewsSize];
1875 autofillIds[k++] = viewState.id;
1894 final AutofillId autofillId = autofillIds[i];
/frameworks/base/core/java/android/app/
DActivity.java8593 @NonNull AutofillId[] autofillIds) { in autofillClientGetViewVisibility()
8594 final int autofillIdCount = autofillIds.length; in autofillClientGetViewVisibility()
8597 final AutofillId autofillId = autofillIds[i]; in autofillClientGetViewVisibility()