Home
last modified time | relevance | path

Searched defs:canWake (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardWakeDirectlyToGoneInteractorTest.kt86 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
116 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
168 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
231 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
255 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
279 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
317 val canWake by collectValues(underTest.canWakeDirectlyToGone) in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/data/repository/
DKeyguardRepository.java150 public abstract void setCanIgnoreAuthAndReturnToGone(boolean canWake); in setCanIgnoreAuthAndReturnToGone()