Searched refs:mTrackedViews (Results 1 – 1 of 1) sorted by relevance
310 @Nullable private TrackedViews mTrackedViews; field in AutofillManager465 if (mEnabled && isActiveLocked() && mTrackedViews != null) { in onVisibleForAutofill()466 mTrackedViews.onVisibleForAutofillLocked(); in onVisibleForAutofill()679 if (mTrackedViews != null) { in notifyViewVisibilityChangedInternal()680 mTrackedViews.notifyViewVisibilityChanged(id, isVisible); in notifyViewVisibilityChangedInternal()1057 mTrackedViews = null; in resetSessionLocked()1324 mTrackedViews = new TrackedViews(trackedIds); in setTrackedViews()1326 mTrackedViews = null; in setTrackedViews()1521 if (mTrackedViews == null) { in dump()1526 pw.print(pfx2); pw.print("visible:"); pw.println(mTrackedViews.mVisibleTrackedIds); in dump()[all …]