Searched refs:mTrackedViews (Results 1 – 2 of 2) sorted by relevance
481 @Nullable private TrackedViews mTrackedViews; field in AutofillManager762 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 …]
73825 Landroid/view/autofill/AutofillManager;->mTrackedViews:Landroid/view/autofill/AutofillManager$Track…