Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinator.kt201 suspend fun trackSeenDurationThreshold(entry: NotificationEntry) { in <lambda>() method
229 trackingJobsByEntry[entry] = launch { trackSeenDurationThreshold(entry) } in <lambda>()
236 trackingJobsByEntry[entry] = launch { trackSeenDurationThreshold(entry) } in <lambda>()