Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerFake.java37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() method in NotificationPanelLoggerFake
42 public void logPanelShown(boolean isLockscreen, in logPanelShown() method in NotificationPanelLoggerFake
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationPanelLoggerImpl.java37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() method in NotificationPanelLoggerImpl
45 public void logPanelShown(boolean isLockscreen, in logPanelShown() method in NotificationPanelLoggerImpl
DNotificationPanelLogger.java46 void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto); in logPanelShown() method
52 void logPanelShown(boolean isLockscreen, in logPanelShown() method
DNotificationLogger.java299 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in startNotificationLogging()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerImpl.kt139 notificationPanelLogger.logPanelShown( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt270 verify(mockPanelLogger).logPanelShown(eq(true), notificationListProtoCaptor.capture()) in <lambda>()