Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java222 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onReceiveUserSwitchCallback()
230 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenShowNotifs()
241 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenAllowPrivateNotifs()
252 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in hideSilentNotificationsPerUserSettingWithHighPriorityParent()
274 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in keyguardShowing_hideSilentNotifications_perUserSetting()
367 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_zenMode()
378 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenShowSilentNotifs()
401 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(SHADE); in keyguardNotShowing()
663 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupUnfilteredState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSysuiStatusBarStateController.java90 int getCurrentOrUpcomingState(); in getCurrentOrUpcomingState() method
DStatusBarStateControllerImpl.java309 public int getCurrentOrUpcomingState() { in getCurrentOrUpcomingState() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DFakeStatusBarStateController.kt72 override fun getCurrentOrUpcomingState() = upcomingState in getCurrentOrUpcomingState() method in com.android.systemui.statusbar.FakeStatusBarStateController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSImplTest.java328 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setQsExpansion_inSplitShade_whenTransitioningToKeyguard_setsAlphaBasedOnShadeTransitionProgress()
553 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in testSceneContainerFlagsEnabled_isKeyguardState_alwaysFalse()
643 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(statusBarState); in setStatusBarCurrentAndUpcomingState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSImpl.java473 return mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD; in isKeyguardState()
746 || mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD) { in calculateAlphaProgress()