Home
last modified time | relevance | path

Searched refs:dozeServiceHost (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModelKosmos.kt31 import com.android.systemui.statusbar.phone.dozeServiceHost
41 dozeServiceHost = dozeServiceHost, in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/domain/startable/
DScrimStartableKosmos.kt31 import com.android.systemui.statusbar.phone.dozeServiceHost
48 dozeServiceHost = dozeServiceHost, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModelTest.kt52 import com.android.systemui.statusbar.phone.dozeServiceHost
73 private val dozeServiceHost = spy(kosmos.dozeServiceHost) constant
180 verify(dozeServiceHost).fireSideFpsAcquisitionStarted() in whenFingerprintAcquiredStartsWhenDozing_pulsesAod()
189 dozeServiceHost,
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt68 private val dozeServiceHost: DozeServiceHost, in <lambda>() constant
89 dozeServiceHost.setHasPendingScreenOffCallbackChangeListener(listener) in <lambda>()
91 dozeServiceHost.setHasPendingScreenOffCallbackChangeListener(null) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DScrimStartableTest.kt44 import com.android.systemui.statusbar.phone.dozeServiceHost in <lambda>()
235 kosmos.dozeServiceHost.initialize( in <lambda>()
309 kosmos.dozeServiceHost.prepareForGentleSleep {} in <lambda>()
311 kosmos.dozeServiceHost.cancelGentleSleep() in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/phone/
DDozeServiceHostKosmos.kt37 val Kosmos.dozeServiceHost: DozeServiceHost by constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DLegacyActivityStarterInternalImplTest.kt81 @Mock private lateinit var dozeServiceHost: DozeServiceHost variable in com.android.systemui.statusbar.phone.LegacyActivityStarterInternalImplTest
111 dozeServiceHostLazy = { dozeServiceHost }, in setUp()
261 whenever(dozeServiceHost.isPulsing).thenReturn(true) in dismissKeyguardThenExecute_startWakeAndUnlock()
DDozeServiceHostCoroutinesTest.kt55 kosmos.dozeServiceHost.apply { in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DSideFpsProgressBarViewModel.kt75 private val dozeServiceHost: DozeServiceHost, in <lambda>() constant
218 dozeServiceHost.fireSideFpsAcquisitionStarted() in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationShadeWindowViewTest.kt94 @Mock private lateinit var dozeServiceHost: DozeServiceHost variable in com.android.systemui.shade.NotificationShadeWindowViewTest
182 dozeServiceHost, in setUp()
DNotificationShadeWindowViewControllerTest.kt113 @Mock private lateinit var dozeServiceHost: DozeServiceHost variable
212 dozeServiceHost, in setUp()
504 whenever(dozeServiceHost.isPulsing()).thenReturn(true) in shouldInterceptTouchEvent_dozingAndPulsing_touchIntercepted()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesCommandQueueCallbacks.java141 DozeServiceHost dozeServiceHost, in CentralSurfacesCommandQueueCallbacks() argument
170 mDozeServiceHost = dozeServiceHost; in CentralSurfacesCommandQueueCallbacks()
DCentralSurfacesImpl.java665 DozeServiceHost dozeServiceHost, in CentralSurfacesImpl()
769 mDozeServiceHost = dozeServiceHost; in CentralSurfacesImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DReferenceSystemUIModule.java215 abstract DozeHost provideDozeHost(DozeServiceHost dozeServiceHost); in provideDozeHost() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowViewController.java175 DozeServiceHost dozeServiceHost, in NotificationShadeWindowViewController() argument
212 mDozeServiceHost = dozeServiceHost; in NotificationShadeWindowViewController()