Searched refs:mTrackedViews (Results 1 – 1 of 1) sorted by relevance
189 @Nullable private TrackedViews mTrackedViews; field in AutofillManager335 if (mEnabled && mSessionId != NO_SESSION && mTrackedViews != null) { in onVisibleForAutofill()336 mTrackedViews.onVisibleForAutofillLocked(); in onVisibleForAutofill()516 if (mTrackedViews != null) { in notifyViewVisibilityChange()517 mTrackedViews.notifyViewVisibilityChange(view, isVisible); in notifyViewVisibilityChange()835 mTrackedViews = null; in finishSessionLocked()853 mTrackedViews = null; in resetSessionLocked()1114 mTrackedViews = new TrackedViews(trackedIds); in setTrackedViews()1116 mTrackedViews = null; in setTrackedViews()