Searched refs:hasCustomClock (Results 1 – 6 of 6) sorted by relevance
221 when(mNotificationPanelViewController.hasCustomClock()).thenReturn(false); in disable_isDozingButNoCustomClock_clockAndSystemInfoVisible()233 when(mNotificationPanelViewController.hasCustomClock()).thenReturn(true); in disable_customClockButNotDozing_clockAndSystemInfoVisible()245 when(mNotificationPanelViewController.hasCustomClock()).thenReturn(true); in disable_dozingAndCustomClock_clockAndSystemInfoHidden()261 when(mNotificationPanelViewController.hasCustomClock()).thenReturn(true); in onDozingChanged_clockAndSystemInfoVisibilitiesUpdated()
130 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardStatusViewController131 return mKeyguardClockSwitchController.hasCustomClock(); in hasCustomClock()
305 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitchController306 return mView.hasCustomClock(); in hasCustomClock()
115 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitch
354 && mNotificationPanelViewController.hasCustomClock()) { in adjustDisableFlags()
993 public boolean hasCustomClock() { in hasCustomClock() method in NotificationPanelViewController994 return mKeyguardStatusViewController.hasCustomClock(); in hasCustomClock()