Home
last modified time | relevance | path

Searched refs:stateListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutControllerTest.java283 StatusBarStateController.StateListener stateListener = in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView() local
285 stateListener.onStateChanged(SHADE); in testUpdateEmptyShadeView_splitShadeMode_alwaysShowEmptyView()
442 StatusBarStateController.StateListener stateListener = in testOnStatePostChange_verifyNotSensitive() local
445 stateListener.onStatePostChange(); in testOnStatePostChange_verifyNotSensitive()
457 StatusBarStateController.StateListener stateListener = in testOnStatePostChange_verifyIfProfileIsPublic() local
460 stateListener.onStatePostChange(); in testOnStatePostChange_verifyIfProfileIsPublic()
474 StatusBarStateController.StateListener stateListener = in testOnStatePostChange_verifyNotSensitive_screenshareNotificationHidingEnabled() local
477 stateListener.onStatePostChange(); in testOnStatePostChange_verifyNotSensitive_screenshareNotificationHidingEnabled()
492 StatusBarStateController.StateListener stateListener = in testOnStatePostChange_verifyIfProfileIsPublic_screenshareNotificationHidingEnabled() local
495 stateListener.onStatePostChange(); in testOnStatePostChange_verifyIfProfileIsPublic_screenshareNotificationHidingEnabled()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewControllerLegacy.kt108 private val stateListener: StatusBarStateController.StateListener = in <lambda>() constant
350 stateListener.onDozeAmountChanged(dozeAmount, dozeAmount) in <lambda>()
351 statusBarStateController.addCallback(stateListener) in <lambda>()
378 statusBarStateController.removeCallback(stateListener) in <lambda>()