Home
last modified time | relevance | path

Searched refs:mStatusBarStateListener (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewControllerTest.java80 private StatusBarStateController.StateListener mStatusBarStateListener; field in KeyguardIndicationRotateTextViewControllerTest
93 mStatusBarStateListener = mStatusBarStateListenerCaptor.getValue(); in setUp()
99 verify(mStatusBarStateController).removeCallback(mStatusBarStateListener); in onViewDetached_removesStatusBarStateListener()
120 verify(mStatusBarStateController).removeCallback(mStatusBarStateListener); in destroy_removesStatusBarStateListener()
342 mStatusBarStateListener.onDozingChanged(true); in testStartDozing()
369 mStatusBarStateListener.onDozingChanged(true); in testStoppedDozing()
377 mStatusBarStateListener.onDozingChanged(false); in testStoppedDozing()
386 mStatusBarStateListener.onDozingChanged(true); in testIsDozing()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DLegacyLockIconViewControllerTest.java202 mStatusBarStateListener.onDozingChanged(false /* isDozing */); in testLockIcon_clearsIconWhenUnlocked()
223 mStatusBarStateListener.onDozingChanged(true /* isDozing */); in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
246 mStatusBarStateListener.onDozingChanged(true /* isDozing */); in testBurnInOffsetsUpdated_onDozeAmountChanged()
247 mStatusBarStateListener.onDozeAmountChanged(1f, 1f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
255 mStatusBarStateListener.onDozingChanged(false /* isDozing */); in testBurnInOffsetsUpdated_onDozeAmountChanged()
256 mStatusBarStateListener.onDozeAmountChanged(0f, 0f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
DLegacyLockIconViewControllerBaseTest.java116 protected StatusBarStateController.StateListener mStatusBarStateListener; field in LegacyLockIconViewControllerBaseTest
220 mStatusBarStateListener = mStatusBarStateCaptor.getValue(); in captureStatusBarStateListener()
DKeyguardUpdateMonitorTest.java297 private StatusBarStateController.StateListener mStatusBarStateListener; field in KeyguardUpdateMonitorTest
381 mStatusBarStateListener = mStatusBarStateListenerCaptor.getValue(); in setupBiometrics()
1355 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceBeginsOnKeyguard()
1439 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceNoAuthenticationSinceLastBoot()
1451 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceStrongAuthRequiredAfterTimeout()
1464 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenTrustEnabled()
1478 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenFaceAuthenticated()
1493 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenInLockDown()
2286 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in statusBarShadeIsNotLocked()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacyControllerBaseTest.java88 protected StatusBarStateController.StateListener mStatusBarStateListener; field in UdfpsKeyguardViewLegacyControllerBaseTest
113 mStatusBarStateListener.onStateChanged(statusBarState); in sendStatusBarStateChanged()
118 mStatusBarStateListener = mStateListenerCaptor.getValue(); in captureStatusBarStateListeners()
DUdfpsKeyguardViewLegacyControllerTest.java84 verify(mStatusBarStateController).removeCallback(mStatusBarStateListener); in testListenersUnregisteredOnDetached()
169 mStatusBarStateListener.onStatePreChange(StatusBarState.SHADE, StatusBarState.KEYGUARD); in testShouldPauseAuthAnimatingScreenOffFromShade()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DVisualStabilityCoordinatorTest.java108 private StatusBarStateController.StateListener mStatusBarStateListener; field in VisualStabilityCoordinatorTest
140 mStatusBarStateListener = mSBStateListenerCaptor.getValue(); in setUp()
600 mStatusBarStateListener.onPulsingChanged(pulsing); in setPulsing()
605 mStatusBarStateListener.onDozeAmountChanged(dozeAmount, dozeAmount); in setFullyDozed()
617 mStatusBarStateListener.onExpandedChanged(expanded); in setPanelExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java114 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
120 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
321 private StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardIndicationRotateTextViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java90 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardQsUserSwitchController
215 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
228 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
DKeyguardUserSwitcherController.java119 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardUserSwitcherController
206 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
227 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DKeyguardIndicationControllerTest.java168 mStatusBarStateListener.onDozingChanged(true); in onAlignmentStateChanged_whileDozing_showsSlowChargingIndication()
184 mStatusBarStateListener.onDozingChanged(true); in onAlignmentStateChanged_whileDozing_showsNotChargingIndication()
322 mStatusBarStateListener.onDozingChanged(true); in transientIndication_holdsWakeLock_whenDozing()
337 mStatusBarStateListener.onDozingChanged(true); in transientIndication_releasesWakeLock_whenDozing()
349 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing()
369 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
566 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
809 mStatusBarStateListener.onDozingChanged(true); in setDozing_noIBatteryCalls()
810 mStatusBarStateListener.onDozingChanged(false); in setDozing_noIBatteryCalls()
893 mStatusBarStateListener.onDozingChanged(true); in onRefreshBatteryInfo_dozing_dischargingWithLongLife_presentBatteryPercentage()
DKeyguardIndicationControllerBaseTest.java188 protected StatusBarStateController.StateListener mStatusBarStateListener; field in KeyguardIndicationControllerBaseTest
302 mStatusBarStateListener = mStatusBarStateListenerCaptor.getValue(); in createController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DFalsingCollectorImpl.java107 private final StatusBarStateController.StateListener mStatusBarStateListener = field in FalsingCollectorImpl
205 mStatusBarStateController.addCallback(mStatusBarStateListener); in init()
392 mStatusBarStateController.removeCallback(mStatusBarStateListener); in cleanup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java328 mStatusBarStateController.addCallback(mStatusBarStateListener); in init()
335 mStatusBarStateController.removeCallback(mStatusBarStateListener); in init()
341 private final StatusBarStateController.StateListener mStatusBarStateListener = field in ExpandableNotificationRowController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java240 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardStatusBarViewController
386 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
429 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
DHeadsUpManagerPhone.java156 statusBarStateController.addCallback(mStatusBarStateListener); in HeadsUpManagerPhone()
654 private final StateListener mStatusBarStateListener = new StateListener() {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java319 mStatusBarStateController.addCallback(mStatusBarStateListener); in registerCallbacks()
330 mStatusBarStateController.removeCallback(mStatusBarStateListener); in unregisterCallbacks()
532 private StatusBarStateController.StateListener mStatusBarStateListener = field in LegacyLockIconViewController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java383 mStatusBarStateController.addCallback(mStatusBarStateListener); in init()
386 mStatusBarStateListener.onDozingChanged(mStatusBarStateController.isDozing()); in init()
1665 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardIndicationController
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java319 private final StatusBarStateListener mStatusBarStateListener = new StatusBarStateListener(); field in NotificationPanelViewController
1479 mStatusBarStateListener.onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()
4680 mStatusBarStateListener.onStateChanged(KEYGUARD);
4682 mStatusBarStateListener.onDozeAmountChanged(1f, 1f);
4700 mStatusBarStateController.addCallback(mStatusBarStateListener);
4701 mStatusBarStateListener.onStateChanged(mStatusBarStateController.getState());
4718 mStatusBarStateController.removeCallback(mStatusBarStateListener);
4875 return mStatusBarStateListener;