Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java3927 TrackedViews(@Nullable AutofillId[] trackedIds, @Nullable AutofillId[] allTrackedIds) { in TrackedViews() argument
3937 if (!ArrayUtils.isEmpty(allTrackedIds)) { in TrackedViews()
3938 initialTrackedViews(allTrackedIds, mVisibleDialogTrackedIds, in TrackedViews()
3940 mAllTrackedViews.addAll(Arrays.asList(allTrackedIds)); in TrackedViews()
3947 + " allTrackedIds=" + Arrays.toString(allTrackedIds) in TrackedViews()
4080 ArraySet<AutofillId> allTrackedIds = new ArraySet<>(); in onVisibleForAutofillChangedInternalLocked() local
4081 allTrackedIds.addAll(visibleSet); in onVisibleForAutofillChangedInternalLocked()
4082 allTrackedIds.addAll(invisibleSet); in onVisibleForAutofillChangedInternalLocked()
4083 if (!allTrackedIds.isEmpty()) { in onVisibleForAutofillChangedInternalLocked()
4086 initialTrackedViews(Helper.toArray(allTrackedIds), visibleSet, invisibleSet); in onVisibleForAutofillChangedInternalLocked()