Searched refs:logPanelShown (Results 1 – 6 of 6) sorted by relevance
37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() method in NotificationPanelLoggerFake42 public void logPanelShown(boolean isLockscreen, in logPanelShown() method in NotificationPanelLoggerFake
37 public void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto) { in logPanelShown() method in NotificationPanelLoggerImpl45 public void logPanelShown(boolean isLockscreen, in logPanelShown() method in NotificationPanelLoggerImpl
46 void logPanelShown(boolean isLockscreen, Notifications.NotificationList proto); in logPanelShown() method52 void logPanelShown(boolean isLockscreen, in logPanelShown() method
299 mNotificationPanelLogger.logPanelShown(lockscreen, getVisibleNotifications()); in startNotificationLogging()
139 notificationPanelLogger.logPanelShown( in <lambda>()
270 verify(mockPanelLogger).logPanelShown(eq(true), notificationListProtoCaptor.capture()) in <lambda>()