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