Home
last modified time | relevance | path

Searched refs:assertLocked (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/TrustTests/src/android/trust/test/
DTemporaryAndRenewableTrustTest.kt69 lockStateTrackingRule.assertLocked() in sleepingDeviceWithoutGrantLocksDevice()
75 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_deviceStaysLocked()
81 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_deviceStaysLocked()
90 lockStateTrackingRule.assertLocked() in grantTrustUnlockedDevice_deviceLocksOnScreenOff()
99 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_grantTrustOnLockedDeviceUnlocksDevice()
118 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_callsBackWhenUnlocked()
139 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_revokeTrustPreventsSubsequentUnlock()
148 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_revokeTrustPreventsSubsequentUnlock()
DGrantAndRevokeTrustTest.kt74 lockStateTrackingRule.assertLocked() in sleepingDeviceWithoutGrantLocksDevice()
92 lockStateTrackingRule.assertLocked() in grantKeepsDeviceUnlocked_untilRevoked()
103 lockStateTrackingRule.assertLocked() in grantCannotActivelyUnlockDevice()
111 lockStateTrackingRule.assertLocked() in grantCannotActivelyUnlockDevice()
119 lockStateTrackingRule.assertLocked() in grantCannotActivelyUnlockDevice()
132 lockStateTrackingRule.assertLocked() in grantCouldCauseWrongDeviceLockedStateDueToBug()
DIsActiveUnlockRunningTest.kt92 lockStateTrackingRule.assertLocked() in grantTrustLockedDevice_isActiveUnlockRunningIsFalse()
108 lockStateTrackingRule.assertLocked() in grantTrustUnlockedDevice_isActiveUnlockRunningIsTrueWhileLocked()
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DLockStateTrackingRule.kt60 fun assertLocked() { in assertLocked() method