Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DKeyguardCoordinatorLogger.kt114 fun logTrackingLockscreenSeenDuration(unseenNotifications: Set<NotificationEntry>) { in logTrackingLockscreenSeenDuration() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinatorLogger
128 fun logTrackingLockscreenSeenDuration(entry: NotificationEntry) { in logTrackingLockscreenSeenDuration() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinatorLogger
DKeyguardCoordinator.kt223 logger.logTrackingLockscreenSeenDuration(entry) in <lambda>()
234 logger.logTrackingLockscreenSeenDuration(unseenNotifications) in <lambda>()