Searched refs:hasUserInteractedWith (Results 1 – 3 of 3) sorted by relevance
53 interactionTracker.hasUserInteractedWith(entry.getKey())); in dumpTree()64 interactionTracker.hasUserInteractedWith(entry.getKey())); in dumpTree()
25 fun hasUserInteractedWith(key: String): Boolean { in hasUserInteractedWith() method in com.android.systemui.statusbar.NotificationInteractionTracker
75 boolean hasInteracted = mInteractionTracker.hasUserInteractedWith(entry.getKey()); in shouldExtendLifetime()