Home
last modified time | relevance | path

Searched refs:hasUserInteractedWith (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DListDumper.java53 interactionTracker.hasUserInteractedWith(entry.getKey())); in dumpTree()
64 interactionTracker.hasUserInteractedWith(entry.getKey())); in dumpTree()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationInteractionTracker.kt25 fun hasUserInteractedWith(key: String): Boolean { in hasUserInteractedWith() method in com.android.systemui.statusbar.NotificationInteractionTracker
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceLifetimeExtender.java75 boolean hasInteracted = mInteractionTracker.hasUserInteractedWith(entry.getKey()); in shouldExtendLifetime()