Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
DKeyguardNotificationVisibilityProviderTest.java214 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onReceiveUserSwitchCallback()
222 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenShowNotifs()
233 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenAllowPrivateNotifs()
244 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in hideSilentNotificationsPerUserSettingWithHighPriorityParent()
266 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in keyguardShowing_hideSilentNotifications_perUserSetting()
358 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_zenMode()
369 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in notifyListeners_onSettingChange_lockScreenShowSilentNotifs()
392 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(SHADE); in keyguardNotShowing()
564 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupUnfilteredState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSysuiStatusBarStateController.java92 int getCurrentOrUpcomingState(); in getCurrentOrUpcomingState() method
DStatusBarStateControllerImpl.java253 public int getCurrentOrUpcomingState() { in getCurrentOrUpcomingState() method in StatusBarStateControllerImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java450 when(mSysuiStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(SHADE); in setupShowEmptyShadeViewState()
454 when(mSysuiStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupShowEmptyShadeViewState()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSFragmentTest.java322 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setQsExpansion_inSplitShade_whenTransitioningToKeyguard_setsAlphaBasedOnShadeTransitionProgress()
646 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(statusBarState); in setStatusBarCurrentAndUpcomingState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragment.java479 return mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD; in isKeyguardState()
727 || mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD) { in calculateAlphaProgress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java1256 final int upcomingState = mStatusBarStateController.getCurrentOrUpcomingState(); in isInTransitionToKeyguard()