Home
last modified time | relevance | path

Searched refs:isGsiImage (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DDeviceOwnerKeyManagementTest.java614 + " first_api_level < 14", TestUtils.isGsiImage() in testAllVariationsOfDeviceIdAttestation()
626 && TestUtils.isGsiImage() && !isDeviceLocked)); in testAllVariationsOfDeviceIdAttestation()
645 + " first_api_level < 14", TestUtils.isGsiImage() in testAllVariationsOfDeviceIdAttestationUsingStrongBox()
657 && TestUtils.isGsiImage() && !isDeviceLocked)); in testAllVariationsOfDeviceIdAttestationUsingStrongBox()
DKeyAttestationTest.java1572 if (TestUtils.isGsiImage()) { in checkSystemPatchLevel()
/cts/tests/tests/keystore/src/android/keystore/cts/util/
DTestUtils.java1270 public static boolean isGsiImage() { in isGsiImage() method in TestUtils