Searched refs:isLockscreen (Results 1 – 4 of 4) sorted by relevance
37 public void logPanelShown(boolean isLockscreen, in logPanelShown() argument39 mCalls.add(new CallRecord(isLockscreen, in logPanelShown()44 public boolean isLockscreen; field in NotificationPanelLoggerFake.CallRecord46 CallRecord(boolean isLockscreen, Notifications.NotificationList list) { in CallRecord() argument47 this.isLockscreen = isLockscreen; in CallRecord()
194 assertTrue(mNotificationPanelLoggerFake.get(0).isLockscreen); in testLogPanelShownOnWake()211 assertFalse(mNotificationPanelLoggerFake.get(0).isLockscreen); in testLogPanelShownOnShadePull()
32 public void logPanelShown(boolean isLockscreen, in logPanelShown() argument37 /* int event_id */ NotificationPanelEvent.fromLockscreen(isLockscreen).getId(), in logPanelShown()
45 void logPanelShown(boolean isLockscreen, in logPanelShown() argument62 public static NotificationPanelEvent fromLockscreen(boolean isLockscreen) { in fromLockscreen() argument63 return isLockscreen ? NOTIFICATION_PANEL_OPEN_LOCKSCREEN : in fromLockscreen()