Home
last modified time | relevance | path

Searched refs:AWAKE_INTERVAL_MS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/domain/interactor/
DCommunalInteractor.kt543 const val AWAKE_INTERVAL_MS = -1 in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java318 .isEqualTo(CommunalInteractor.AWAKE_INTERVAL_MS); in setCommunalVisible_userTimeout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java523 timeout = CommunalInteractor.AWAKE_INTERVAL_MS; in applyUserActivityTimeout()