Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragmentTest.java221 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardStatusViewController.java130 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardStatusViewController
131 return mKeyguardClockSwitchController.hasCustomClock(); in hasCustomClock()
H A DKeyguardClockSwitchController.java305 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitchController
306 return mView.hasCustomClock(); in hasCustomClock()
H A DKeyguardClockSwitch.java115 public boolean hasCustomClock() { in hasCustomClock() method in KeyguardClockSwitch
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DCollapsedStatusBarFragment.java354 && mNotificationPanelViewController.hasCustomClock()) { in adjustDisableFlags()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java993 public boolean hasCustomClock() { in hasCustomClock() method in NotificationPanelViewController
994 return mKeyguardStatusViewController.hasCustomClock(); in hasCustomClock()