Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java481 @Nullable private TrackedViews mTrackedViews; field in AutofillManager
762 if (mEnabled && isActiveLocked() && mTrackedViews != null) { in onVisibleForAutofill()
763 mTrackedViews.onVisibleForAutofillChangedLocked(); in onVisibleForAutofill()
1072 if (mTrackedViews != null) { in notifyViewVisibilityChangedInternal()
1073 mTrackedViews.notifyViewVisibilityChangedLocked(id, isVisible); in notifyViewVisibilityChangedInternal()
1803 mTrackedViews = null; in resetSessionLocked()
2248 mTrackedViews = new TrackedViews(trackedIds); in setTrackedViews()
2250 mTrackedViews = null; in setTrackedViews()
2501 if (mTrackedViews == null) { in dump()
2506 pw.print(pfx2); pw.print("visible:"); pw.println(mTrackedViews.mVisibleTrackedIds); in dump()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt73825 Landroid/view/autofill/AutofillManager;->mTrackedViews:Landroid/view/autofill/AutofillManager$Track…