Searched refs:isUnlockedDeviceRequired (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | KeyInfoTest.java | 172 assertEquals(required, TestUtils.getKeyInfo(key).isUnlockedDeviceRequired()); in testUnlockedDeviceRequiredKey() 182 .isUnlockedDeviceRequired()); in testUnlockedDeviceRequiredKey()
|
D | KeyProtectionTest.java | 70 assertFalse(spec.isUnlockedDeviceRequired()); in testDefaults() 135 assertTrue(spec.isUnlockedDeviceRequired()); in testSettersReflectedInGetters()
|
D | CipherTest.java | 660 final boolean isUnlockedDeviceRequired = true; in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() 691 false, isUnlockedDeviceRequired, in testEmptyPlaintextEncryptsAndDecryptsWhenUnlockedRequired() 1298 final boolean isUnlockedDeviceRequired = false; in testCanCreateAuthBoundKeyWhenScreenLocked() 1317 false, isUnlockedDeviceRequired, isUserAuthRequired)) { in testCanCreateAuthBoundKeyWhenScreenLocked() 1327 final boolean isUnlockedDeviceRequired = false; in testCannotCreateAuthBoundKeyWhenDevicePinNotSet() 1339 false, isUnlockedDeviceRequired, isUserAuthRequired); in testCannotCreateAuthBoundKeyWhenDevicePinNotSet() 2030 boolean isUnlockedDeviceRequired, boolean isUserAuthRequired) throws Exception { in importKatKeys() argument 2032 transformation, purposes, ivProvidedWhenEncrypting, isUnlockedDeviceRequired, in importKatKeys()
|
D | KeyGenParameterSpecTest.java | 95 assertFalse(spec.isUnlockedDeviceRequired()); in testDefaults() 184 assertTrue(spec.isUnlockedDeviceRequired()); in testSettersReflectedInGetters()
|
/cts/tests/tests/keystore/src/android/keystore/cts/util/ |
D | TestUtils.java | 1183 boolean isUnlockedDeviceRequired, boolean isUserAuthRequired) { in getMinimalWorkingImportParametersForCipheringWith() argument 1201 .setUnlockedDeviceRequired(isUnlockedDeviceRequired) in getMinimalWorkingImportParametersForCipheringWith() 1226 .setUnlockedDeviceRequired(isUnlockedDeviceRequired); in getMinimalWorkingImportParametersForCipheringWith()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 39748 method public boolean isUnlockedDeviceRequired(); 39808 …Api("android.security.keyinfo_unlocked_device_required") public boolean isUnlockedDeviceRequired(); 39892 method public boolean isUnlockedDeviceRequired();
|