Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/
H A 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()
351 mStatusBarStateListener.onDozingChanged(true); in testStoppedDozing()
359 mStatusBarStateListener.onDozingChanged(false); in testStoppedDozing()
368 mStatusBarStateListener.onDozingChanged(true); in testIsDozing()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DLockIconViewControllerTest.java193 mStatusBarStateListener.onDozingChanged(true /* isDozing */); in testLockIcon_clearsIconOnAod_whenUdfpsNotEnrolled()
214 mStatusBarStateListener.onDozingChanged(true /* isDozing */); in testLockIcon_updateToAodLock_whenUdfpsEnrolled()
237 mStatusBarStateListener.onDozingChanged(true /* isDozing */); in testBurnInOffsetsUpdated_onDozeAmountChanged()
238 mStatusBarStateListener.onDozeAmountChanged(1f, 1f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
246 mStatusBarStateListener.onDozingChanged(false /* isDozing */); in testBurnInOffsetsUpdated_onDozeAmountChanged()
247 mStatusBarStateListener.onDozeAmountChanged(0f, 0f); in testBurnInOffsetsUpdated_onDozeAmountChanged()
H A DLockIconViewControllerBaseTest.java112 protected StatusBarStateController.StateListener mStatusBarStateListener; field in LockIconViewControllerBaseTest
212 mStatusBarStateListener = mStatusBarStateCaptor.getValue(); in captureStatusBarStateListener()
H A DKeyguardUpdateMonitorTest.java312 private StatusBarStateController.StateListener mStatusBarStateListener; field in KeyguardUpdateMonitorTest
398 mStatusBarStateListener = mStatusBarStateListenerCaptor.getValue(); in setupBiometrics()
1080 mStatusBarStateListener.onStateChanged(StatusBarState.SHADE_LOCKED); in skipsAuthentication_whenStatusBarShadeLocked()
1592 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceBeginsOnKeyguard()
1680 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceNoAuthenticationSinceLastBoot()
1692 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testStartUdfpsServiceStrongAuthRequiredAfterTimeout()
1799 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenTrustEnabled()
1813 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenFaceAuthenticated()
1828 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotListenForUdfps_whenInLockDown()
1850 mStatusBarStateListener.onStateChanged(StatusBarState.KEYGUARD); in testShouldNotUpdateBiometricListeningStateOnStatusBarStateChange()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacyControllerBaseTest.java84 protected StatusBarStateController.StateListener mStatusBarStateListener; field in UdfpsKeyguardViewLegacyControllerBaseTest
111 mStatusBarStateListener.onStateChanged(statusBarState); in sendStatusBarStateChanged()
116 mStatusBarStateListener = mStateListenerCaptor.getValue(); in captureStatusBarStateListeners()
H A DUdfpsKeyguardViewLegacyControllerTest.java105 verify(mStatusBarStateController).removeCallback(mStatusBarStateListener); in testListenersUnregisteredOnDetached()
119 mStatusBarStateListener.onDozeAmountChanged(linear, eased); in testDozeEventsSentToView()
223 mStatusBarStateListener.onStatePreChange(StatusBarState.SHADE, StatusBarState.KEYGUARD); in testShouldPauseAuthAnimatingScreenOffFromShade()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DVisualStabilityCoordinatorTest.java91 private StatusBarStateController.StateListener mStatusBarStateListener; field in VisualStabilityCoordinatorTest
118 mStatusBarStateListener = mSBStateListenerCaptor.getValue(); in setUp()
556 mStatusBarStateListener.onPulsingChanged(pulsing); in setPulsing()
561 mStatusBarStateListener.onDozeAmountChanged(dozeAmount, dozeAmount); in setFullyDozed()
573 mStatusBarStateListener.onExpandedChanged(expanded); in setPanelExpanded()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java114 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
120 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
324 private StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardIndicationRotateTextViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollectorImpl.java79 private final StatusBarStateController.StateListener mStatusBarStateListener = field in FalsingCollectorImpl
159 mStatusBarStateController.addCallback(mStatusBarStateListener); in FalsingCollectorImpl()
364 mStatusBarStateController.removeCallback(mStatusBarStateListener); in cleanup()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DKeyguardIndicationControllerTest.java158 mStatusBarStateListener.onDozingChanged(true); in onAlignmentStateChanged_whileDozing_showsSlowChargingIndication()
177 mStatusBarStateListener.onDozingChanged(true); in onAlignmentStateChanged_whileDozing_showsNotChargingIndication()
317 mStatusBarStateListener.onDozingChanged(true); in transientIndication_holdsWakeLock_whenDozing()
332 mStatusBarStateListener.onDozingChanged(true); in transientIndication_releasesWakeLock_whenDozing()
344 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing()
364 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromHelp()
561 mStatusBarStateListener.onDozingChanged(true); in transientIndication_visibleWhenDozing_unlessSwipeUp_fromError()
797 mStatusBarStateListener.onDozingChanged(true); in setDozing_noIBatteryCalls()
798 mStatusBarStateListener.onDozingChanged(false); in setDozing_noIBatteryCalls()
881 mStatusBarStateListener.onDozingChanged(true); in onRefreshBatteryInfo_dozing_dischargingWithLongLife_presentBatteryPercentage()
H A DKeyguardIndicationControllerBaseTest.java168 protected StatusBarStateController.StateListener mStatusBarStateListener; field in KeyguardIndicationControllerBaseTest
274 mStatusBarStateListener = mStatusBarStateListenerCaptor.getValue(); in createController()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java90 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardQsUserSwitchController
214 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
227 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
H A DKeyguardUserSwitcherController.java119 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardUserSwitcherController
205 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
226 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java327 mStatusBarStateController.addCallback(mStatusBarStateListener); in init()
334 mStatusBarStateController.removeCallback(mStatusBarStateListener); in init()
340 private final StatusBarStateController.StateListener mStatusBarStateListener = field in ExpandableNotificationRowController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java229 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardStatusBarViewController
362 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
392 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
H A DHeadsUpManagerPhone.java120 statusBarStateController.addCallback(mStatusBarStateListener); in HeadsUpManagerPhone()
522 private final StateListener mStatusBarStateListener = new StateListener() { field in HeadsUpManagerPhone
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java263 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttached()
287 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetached()
500 private StatusBarStateController.StateListener mStatusBarStateListener = field in LockIconViewController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java352 mStatusBarStateController.addCallback(mStatusBarStateListener); in init()
355 mStatusBarStateListener.onDozingChanged(mStatusBarStateController.isDozing()); in init()
1480 private final StatusBarStateController.StateListener mStatusBarStateListener = field in KeyguardIndicationController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java312 private final StatusBarStateListener mStatusBarStateListener = new StatusBarStateListener(); field in NotificationPanelViewController
1414 mStatusBarStateListener.onDozeAmountChanged(mStatusBarStateController.getDozeAmount(), in reInflateViews()
4637 mStatusBarStateListener.onStateChanged(KEYGUARD); in showAodUi()
4638 mStatusBarStateListener.onDozeAmountChanged(1f, 1f); in showAodUi()
4655 mStatusBarStateController.addCallback(mStatusBarStateListener); in onViewAttachedToWindow()
4656 mStatusBarStateListener.onStateChanged(mStatusBarStateController.getState()); in onViewAttachedToWindow()
4672 mStatusBarStateController.removeCallback(mStatusBarStateListener); in onViewDetachedFromWindow()
4814 return mStatusBarStateListener;