Searched refs:GRANT_MESSAGE (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/TrustTests/src/android/trust/test/ |
D | TemporaryAndRenewableTrustTest.kt | 79 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_deviceStaysLocked() 87 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustUnlockedDevice_deviceLocksOnScreenOff() 96 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_grantTrustOnLockedDeviceUnlocksDevice() 103 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_grantTrustOnLockedDeviceUnlocksDevice() 112 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_callsBackWhenUnlocked() 124 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) { in grantTrustLockedDevice_callsBackWhenUnlocked() 136 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_revokeTrustPreventsSubsequentUnlock() 146 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_revokeTrustPreventsSubsequentUnlock() 153 private const val GRANT_MESSAGE = "granted by test" constant
|
D | GrantAndRevokeTrustTest.kt | 79 trustAgentRule.agent.grantTrust(GRANT_MESSAGE, 10000, 0) {} in grantKeepsDeviceUnlocked() 87 trustAgentRule.agent.grantTrust(GRANT_MESSAGE, 0, 0) {} in grantKeepsDeviceUnlocked_untilRevoked() 106 trustAgentRule.agent.grantTrust(GRANT_MESSAGE, 10000, 0) {} in grantCannotActivelyUnlockDevice() 133 trustAgentRule.agent.grantTrust(GRANT_MESSAGE, 10000, 0) {} in grantCouldCauseWrongDeviceLockedStateDueToBug() 143 trustAgentRule.agent.grantTrust(GRANT_MESSAGE, 0, 0, callback) in grantDoesNotCallBack() 151 private const val GRANT_MESSAGE = "granted by test" constant
|
D | IsActiveUnlockRunningTest.kt | 96 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustLockedDevice_isActiveUnlockRunningIsFalse() 105 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in grantTrustUnlockedDevice_isActiveUnlockRunningIsTrueWhileLocked() 117 GRANT_MESSAGE, 0, FLAG_GRANT_TRUST_TEMPORARY_AND_RENEWABLE) {} in trustRevoked_isActiveUnlockRunningIsFalse() 126 private const val GRANT_MESSAGE = "granted by test" constant
|