/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardLifecyclesDispatcher.java | 84 WakefulnessLifecycle wakefulnessLifecycle) { in KeyguardLifecyclesDispatcher() argument 85 mHandler = new KeyguardLifecycleHandler(mainLooper, screenLifecycle, wakefulnessLifecycle); in KeyguardLifecyclesDispatcher() 118 WakefulnessLifecycle wakefulnessLifecycle) { in KeyguardLifecycleHandler() argument 121 mWakefulnessLifecycle = wakefulnessLifecycle; in KeyguardLifecycleHandler()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
D | OverviewProxyServiceTest.kt | 96 private val wakefulnessLifecycle = constant in com.android.systemui.recents.OverviewProxyServiceTest 158 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in wakefulnessLifecycle_dispatchFinishedWakingUpSetsSysUIflagToAWAKE() 161 wakefulnessLifecycle.dispatchFinishedWakingUp() in wakefulnessLifecycle_dispatchFinishedWakingUpSetsSysUIflagToAWAKE() 171 wakefulnessLifecycle.dispatchStartedWakingUp(PowerManager.WAKE_REASON_UNKNOWN) in wakefulnessLifecycle_dispatchStartedWakingUpSetsSysUIflagToWAKING() 181 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in wakefulnessLifecycle_dispatchFinishedGoingToSleepSetsSysUIflagToASLEEP() 191 wakefulnessLifecycle.dispatchStartedGoingToSleep( in wakefulnessLifecycle_dispatchStartedGoingToSleepSetsSysUIflagToGOING_TO_SLEEP() 245 wakefulnessLifecycle, in createOverviewProxyService()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | LockscreenShadeTransitionControllerKosmos.kt | 24 import com.android.systemui.keyguard.wakefulnessLifecycle 55 wakefulnessLifecycle = wakefulnessLifecycle, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/ |
D | DozeServiceHostKosmos.kt | 25 import com.android.systemui.keyguard.wakefulnessLifecycle 42 wakefulnessLifecycle, in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
D | FoldAodAnimationController.kt | 55 private val wakefulnessLifecycle: WakefulnessLifecycle, in <lambda>() constant in com.android.systemui.unfold.FoldAodAnimationController 95 wakefulnessLifecycle.addObserver(this) in <lambda>() 103 wakefulnessLifecycle.lastSleepReason == PowerManager.GO_TO_SLEEP_REASON_DEVICE_FOLD && in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ |
D | WakefulnessLifecycleKosmos.kt | 23 var Kosmos.wakefulnessLifecycle by Fixture { mock<WakefulnessLifecycle>() } in <lambda>() variable
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/unfold/ |
D | FoldAodAnimationControllerTest.kt | 65 @Mock lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.unfold.FoldAodAnimationControllerTest 105 whenever(wakefulnessLifecycle.lastSleepReason) in setup() 123 wakefulnessLifecycle, in setup()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ |
D | AuthRippleControllerTest.kt | 83 private lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.biometrics.AuthRippleControllerTest 125 wakefulnessLifecycle, in setUp() 248 verify(wakefulnessLifecycle).addObserver(captor2.capture()) in registersAndDeregisters() 251 verify(wakefulnessLifecycle).removeObserver(any()) in registersAndDeregisters()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.kt | 32 private val wakefulnessLifecycle: WakefulnessLifecycle, constant 47 wakefulnessLifecycle.addObserver(this) in initialize()
|
D | UnlockedScreenOffAnimationController.kt | 64 private val wakefulnessLifecycle: WakefulnessLifecycle, constant in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController 170 wakefulnessLifecycle.addObserver(this) in initialize()
|
D | DozeServiceHost.java | 116 WakefulnessLifecycle wakefulnessLifecycle, in DozeServiceHost() argument 134 mWakefulnessLifecycle = wakefulnessLifecycle; in DozeServiceHost()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
D | LegacyActivityStarterInternalImplTest.kt | 91 @Mock private lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest 124 wakefulnessLifecycle = wakefulnessLifecycle, in setUp() 257 whenever(wakefulnessLifecycle.wakefulness) in dismissKeyguardThenExecute_startWakeAndUnlock()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImplTest.java | 241 WakefulnessLifecycle wakefulnessLifecycle, in TestableVolumeDialogControllerImpl() argument 249 packageManager, wakefulnessLifecycle, keyguardManager, in TestableVolumeDialogControllerImpl() 255 verify(wakefulnessLifecycle).addObserver(observerCaptor.capture()); in TestableVolumeDialogControllerImpl()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | UnlockedScreenOffAnimationControllerTest.kt | 80 private lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest 97 wakefulnessLifecycle, in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthRippleController.kt | 77 private val wakefulnessLifecycle: WakefulnessLifecycle, in <lambda>() constant in com.android.systemui.biometrics.AuthRippleController 134 wakefulnessLifecycle.addObserver(this) in <lambda>() 164 wakefulnessLifecycle.removeObserver(this) in <lambda>()
|
D | AuthContainerView.java | 308 @NonNull WakefulnessLifecycle wakefulnessLifecycle, in AuthContainerView() argument 319 wakefulnessLifecycle, panelInteractionDetector, userManager, lockPatternUtils, in AuthContainerView() 330 @NonNull WakefulnessLifecycle wakefulnessLifecycle, in AuthContainerView() argument 348 mWakefulnessLifecycle = wakefulnessLifecycle; in AuthContainerView()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | CarrierTextManager.java | 198 WakefulnessLifecycle wakefulnessLifecycle, in CarrierTextManager() argument 215 mWakefulnessLifecycle = wakefulnessLifecycle; in CarrierTextManager() 699 WakefulnessLifecycle wakefulnessLifecycle, in Builder() argument 712 mWakefulnessLifecycle = wakefulnessLifecycle; in Builder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeScreenBrightness.java | 112 WakefulnessLifecycle wakefulnessLifecycle, in DozeScreenBrightness() argument 123 mWakefulnessLifecycle = wakefulnessLifecycle; in DozeScreenBrightness()
|
D | DozeMachine.java | 163 WakeLock wakeLock, WakefulnessLifecycle wakefulnessLifecycle, in DozeMachine() argument 168 mWakefulnessLifecycle = wakefulnessLifecycle; in DozeMachine()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/wmshell/ |
D | WMShellTest.kt | 38 import com.android.systemui.keyguard.wakefulnessLifecycle 104 private val mWakefulnessLifecycle: WakefulnessLifecycle = kosmos.wakefulnessLifecycle
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | VisualStabilityCoordinator.java | 111 WakefulnessLifecycle wakefulnessLifecycle, in VisualStabilityCoordinator() argument 119 mWakefulnessLifecycle = wakefulnessLifecycle; in VisualStabilityCoordinator()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceControllerTest.kt | 190 private lateinit var wakefulnessLifecycle: WakefulnessLifecycle in <lambda>() variable in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceControllerTest 238 wakefulnessLifecycle = WakefulnessLifecycle( in <lambda>() 261 wakefulnessLifecycle, in <lambda>() 809 wakefulnessLifecycle.dispatchStartedWakingUp(0) in <lambda>() 826 wakefulnessLifecycle.dispatchFinishedGoingToSleep() in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.kt | 105 private val wakefulnessLifecycle: WakefulnessLifecycle, in <lambda>() constant in com.android.systemui.statusbar.lockscreen.LockscreenSmartspaceController 506 wakefulnessLifecycle.addObserver(wakefulnessLifecycleObserver) in <lambda>() 552 wakefulnessLifecycle.removeObserver(wakefulnessLifecycleObserver) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | WMShell.java | 192 WakefulnessLifecycle wakefulnessLifecycle, in WMShell() argument 212 mWakefulnessLifecycle = wakefulnessLifecycle; in WMShell()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/ui/controller/ |
D | MediaHierarchyManagerTest.kt | 101 @Mock private lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.media.controls.ui.controller.MediaHierarchyManagerTest 156 wakefulnessLifecycle, in setup() 165 verify(wakefulnessLifecycle).addObserver(wakefullnessObserver.capture()) in setup()
|