Searched refs:getCurrentOrUpcomingState (Results 1 – 7 of 7) sorted by relevance
214 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()
92 int getCurrentOrUpcomingState(); in getCurrentOrUpcomingState() method
253 public int getCurrentOrUpcomingState() { in getCurrentOrUpcomingState() method in StatusBarStateControllerImpl
450 when(mSysuiStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(SHADE); in setupShowEmptyShadeViewState()454 when(mSysuiStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupShowEmptyShadeViewState()
322 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setQsExpansion_inSplitShade_whenTransitioningToKeyguard_setsAlphaBasedOnShadeTransitionProgress()646 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(statusBarState); in setStatusBarCurrentAndUpcomingState()
479 return mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD; in isKeyguardState()727 || mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD) { in calculateAlphaProgress()
1256 final int upcomingState = mStatusBarStateController.getCurrentOrUpcomingState(); in isInTransitionToKeyguard()