Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/
H A DLockUserTest.kt22 import android.trust.test.lib.ScreenLockRule
46 .around(ScreenLockRule())
H A DGrantAndRevokeTrustTest.kt23 import android.trust.test.lib.ScreenLockRule
52 .around(ScreenLockRule())
H A DUserUnlockRequestTest.kt22 import android.trust.test.lib.ScreenLockRule
50 .around(ScreenLockRule())
H A DCanUnlockWithActiveUnlockTest.kt25 import android.trust.test.lib.ScreenLockRule
68 .around(ScreenLockRule())
H A DTemporaryAndRenewableTrustTest.kt25 import android.trust.test.lib.ScreenLockRule
54 .around(ScreenLockRule())
/aosp14/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
H A DScreenLockRule.kt36 class ScreenLockRule : TestRule { regex