Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/interruption/
H A 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()
584 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupUnfilteredState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSysuiStatusBarStateController.java92 int getCurrentOrUpcomingState(); in getCurrentOrUpcomingState() method
H A DStatusBarStateControllerImpl.java254 public int getCurrentOrUpcomingState() { in getCurrentOrUpcomingState() method in StatusBarStateControllerImpl
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSFragmentTest.java300 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setQsExpansion_inSplitShade_whenTransitioningToKeyguard_setsAlphaBasedOnShadeTransitionProgress()
625 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(statusBarState); in setStatusBarCurrentAndUpcomingState()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFragment.java485 return mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD; in isKeyguardState()
733 || mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD) { in calculateAlphaProgress()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutController.java1313 final int upcomingState = mStatusBarStateController.getCurrentOrUpcomingState(); in isInTransitionToKeyguard()