Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DKeyInfoTest.java172 assertEquals(required, TestUtils.getKeyInfo(key).isUnlockedDeviceRequired()); in testUnlockedDeviceRequiredKey()
182 .isUnlockedDeviceRequired()); in testUnlockedDeviceRequiredKey()
DKeyProtectionTest.java70 assertFalse(spec.isUnlockedDeviceRequired()); in testDefaults()
135 assertTrue(spec.isUnlockedDeviceRequired()); in testSettersReflectedInGetters()
DCipherTest.java660 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()
DKeyGenParameterSpecTest.java95 assertFalse(spec.isUnlockedDeviceRequired()); in testDefaults()
184 assertTrue(spec.isUnlockedDeviceRequired()); in testSettersReflectedInGetters()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1183 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/
Dcurrent.txt39748 method public boolean isUnlockedDeviceRequired();
39808 …Api("android.security.keyinfo_unlocked_device_required") public boolean isUnlockedDeviceRequired();
39892 method public boolean isUnlockedDeviceRequired();