/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
H A D | KeyguardLifecyclesDispatcher.java | 84 WakefulnessLifecycle wakefulnessLifecycle) { in KeyguardLifecyclesDispatcher() 118 WakefulnessLifecycle wakefulnessLifecycle) { in KeyguardLifecycleHandler()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/ |
D | ScreenOffAnimationController.java | 17 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in ScreenOffAnimationController 27 com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle) { in ScreenOffAnimationController()
|
D | UnlockedScreenOffAnimationController.java | 51 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in UnlockedScreenOffAnimationController 104 …com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle, @org.jetbrains.annotation… in UnlockedScreenOffAnimationController()
|
D | LegacyActivityStarterInternalImpl.java | 89 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in LegacyActivityStarterInternalImpl 110 public LegacyActivityStarterInternalImpl(@org.jetbrains.annotations.NotNull() in LegacyActivityStarterInternalImpl()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/unfold/ |
D | FoldAodAnimationController.java | 42 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in FoldAodAnimationController 75 …com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle, @org.jetbrains.annotation… in FoldAodAnimationController()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/ |
D | AuthRippleController.java | 63 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in AuthRippleController 117 …com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle, @org.jetbrains.annotation… in AuthRippleController()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/lockscreen/ |
D | LockscreenSmartspaceController.java | 95 private final com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle = null; field in LockscreenSmartspaceController 178 …com.android.systemui.keyguard.WakefulnessLifecycle wakefulnessLifecycle, @org.jetbrains.annotation… in LockscreenSmartspaceController()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/recents/ |
H A D | OverviewProxyServiceTest.kt | 98 private val wakefulnessLifecycle = constant in com.android.systemui.recents.OverviewProxyServiceTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 199 WakefulnessLifecycle wakefulnessLifecycle, in CarrierTextManager() 702 WakefulnessLifecycle wakefulnessLifecycle, in Builder()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ |
H A D | WakefulnessLifecycleKosmos.kt | 23 var Kosmos.wakefulnessLifecycle by Fixture { mock<WakefulnessLifecycle>() } in <lambda>() variable
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthController.java | 728 @NonNull WakefulnessLifecycle wakefulnessLifecycle, in AuthController() 1357 @NonNull WakefulnessLifecycle wakefulnessLifecycle, in buildDialog()
|
H A D | AuthContainerView.java | 291 @NonNull WakefulnessLifecycle wakefulnessLifecycle, in AuthContainerView()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | WMShell.java | 195 WakefulnessLifecycle wakefulnessLifecycle, in WMShell()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/ |
H A D | VolumeDialogControllerImplTest.java | 340 WakefulnessLifecycle wakefulnessLifecycle, in TestableVolumeDialogControllerImpl()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | UnlockedScreenOffAnimationControllerTest.kt | 80 private lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationControllerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | VisualStabilityCoordinator.java | 121 WakefulnessLifecycle wakefulnessLifecycle, in VisualStabilityCoordinator()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
H A D | DozeScreenBrightness.java | 123 WakefulnessLifecycle wakefulnessLifecycle, in DozeScreenBrightness()
|
H A D | DozeMachine.java | 162 WakeLock wakeLock, WakefulnessLifecycle wakefulnessLifecycle, in DozeMachine()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/ |
H A D | FoldAodAnimationControllerTest.kt | 65 @Mock lateinit var wakefulnessLifecycle: WakefulnessLifecycle variable in com.android.systemui.unfold.FoldAodAnimationControllerTest
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/ |
H A D | FoldAodAnimationController.kt | 55 private val wakefulnessLifecycle: WakefulnessLifecycle, in <lambda>() constant in com.android.systemui.unfold.FoldAodAnimationController
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | DozeServiceHost.java | 118 WakefulnessLifecycle wakefulnessLifecycle, in DozeServiceHost()
|
H A D | ScreenOffAnimationController.kt | 32 private val wakefulnessLifecycle: WakefulnessLifecycle, constant
|
H A D | UnlockedScreenOffAnimationController.kt | 64 private val wakefulnessLifecycle: WakefulnessLifecycle, constant in com.android.systemui.statusbar.phone.UnlockedScreenOffAnimationController
|
H A D | CentralSurfacesCommandQueueCallbacks.java | 140 WakefulnessLifecycle wakefulnessLifecycle, in CentralSurfacesCommandQueueCallbacks()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/ |
H A D | TestMocksModule.kt | 129 @get:Provides val wakefulnessLifecycle: WakefulnessLifecycle = mock(), constant
|