Searched refs:getCurrentOrUpcomingState (Results 1 – 6 of 6) 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()584 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setupUnfilteredState()
92 int getCurrentOrUpcomingState(); in getCurrentOrUpcomingState() method
254 public int getCurrentOrUpcomingState() { in getCurrentOrUpcomingState() method in StatusBarStateControllerImpl
300 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(KEYGUARD); in setQsExpansion_inSplitShade_whenTransitioningToKeyguard_setsAlphaBasedOnShadeTransitionProgress()625 when(mStatusBarStateController.getCurrentOrUpcomingState()).thenReturn(statusBarState); in setStatusBarCurrentAndUpcomingState()
485 return mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD; in isKeyguardState()733 || mStatusBarStateController.getCurrentOrUpcomingState() == KEYGUARD) { in calculateAlphaProgress()
1313 final int upcomingState = mStatusBarStateController.getCurrentOrUpcomingState(); in isInTransitionToKeyguard()