Home
last modified time | relevance | path

Searched defs:isUnlocked (Results 1 – 10 of 10) 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
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp63 int32_t OsAccountAdapter::IsOsAccountVerified(int32_t userId, bool &isUnlocked) in IsOsAccountVerified()
/ohos5.0/foundation/communication/dsoftbus/core/adapter/bus_center/src/
H A Dlnn_ohos_account_adapter.cpp127 bool isUnlocked = false; in IsActiveOsAccountUnlocked() local
/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
/ohos5.0/base/security/device_auth/services/frameworks/src/os_account_adapter/
H A Dos_account_adapter.cpp214 bool isUnlocked = false; in IsOsAccountUnlocked() local
/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
/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp965 bool isUnlocked = false; in UpdateUserLockState() local