Home
last modified time | relevance | path

Searched defs:isUnlocked (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/authentication/domain/interactor/
H A DAuthenticationInteractorTest.kt112 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
141 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
372 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
390 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
408 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
426 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
444 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
456 val isUnlocked by collectLastValue(underTest.isUnlocked) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
H A DSceneContainerStartable.kt181 val isUnlocked = authenticationInteractor.isUnlocked.value regex
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DUserData.java85 boolean isUnlocked() { in isUnlocked() method in UserData
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardStateController.java33 default boolean isUnlocked() { in isUnlocked() method
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt477 fun isUnlocked(): Boolean regex
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DProcessRecord.java853 boolean isUnlocked() { in isUnlocked() method in ProcessRecord