Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java4233 TrackedViews(@Nullable AutofillId[] trackedIds, @Nullable AutofillId[] allTrackedIds) { in TrackedViews() argument
4243 if (!ArrayUtils.isEmpty(allTrackedIds)) { in TrackedViews()
4244 initialTrackedViews(allTrackedIds, mVisibleDialogTrackedIds, in TrackedViews()
4246 mAllTrackedViews.addAll(Arrays.asList(allTrackedIds)); in TrackedViews()
4253 + " allTrackedIds=" + Arrays.toString(allTrackedIds) in TrackedViews()
4388 ArraySet<AutofillId> allTrackedIds = new ArraySet<>(); in onVisibleForAutofillChangedInternalLocked() local
4389 allTrackedIds.addAll(visibleSet); in onVisibleForAutofillChangedInternalLocked()
4390 allTrackedIds.addAll(invisibleSet); in onVisibleForAutofillChangedInternalLocked()
4391 if (!allTrackedIds.isEmpty()) { in onVisibleForAutofillChangedInternalLocked()
4394 initialTrackedViews(Helper.toArray(allTrackedIds), visibleSet, invisibleSet); in onVisibleForAutofillChangedInternalLocked()