Home
last modified time | relevance | path

Searched refs:ScreenLockRule (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tests/TrustTests/src/android/trust/test/
DUserUnlockRequestTest.kt22 import android.trust.test.lib.ScreenLockRule
50 .around(ScreenLockRule())
DIsActiveUnlockRunningTest.kt25 import android.trust.test.lib.ScreenLockRule
68 .around(ScreenLockRule())
DTemporaryAndRenewableTrustTest.kt25 import android.trust.test.lib.ScreenLockRule
54 .around(ScreenLockRule())
DGrantAndRevokeTrustTest.kt27 import android.trust.test.lib.ScreenLockRule
58 .around(ScreenLockRule())
DUnlockAttemptTest.kt23 import android.trust.test.lib.ScreenLockRule in <lambda>()
48 private val screenLockRule = ScreenLockRule(requireStrongAuth = true) in <lambda>()
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DScreenLockRule.kt41 class ScreenLockRule(val requireStrongAuth: Boolean = false) : TestRule { in <lambda>() class