Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/autofill/
H A DAutofillManager.java542 @Nullable private TrackedViews mTrackedViews; field in AutofillManager
831 if (mEnabled && isActiveLocked() && mTrackedViews != null) { in onVisibleForAutofill()
832 mTrackedViews.onVisibleForAutofillChangedLocked(); in onVisibleForAutofill()
1184 if (mTrackedViews != null) { in notifyViewVisibilityChangedInternal()
1185 mTrackedViews.notifyViewVisibilityChangedLocked(id, isVisible); in notifyViewVisibilityChangedInternal()
1955 mTrackedViews = null; in resetSessionLocked()
2500 mTrackedViews = new TrackedViews(trackedIds); in setTrackedViews()
2502 mTrackedViews = null; in setTrackedViews()
2835 if (mTrackedViews == null) { in dump()
3157 if (mTrackedViews != null) { in updateTrackedViewsLocked()
[all …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt62719 Landroid/view/autofill/AutofillManager;->mTrackedViews:Landroid/view/autofill/AutofillManager$Track…