Searched refs:isDeviceIdAttestationSupported (Results 1 – 5 of 5) sorted by relevance
34 if (mDpm.isDeviceIdAttestationSupported()) { in testGenerateKeyPairWithDeviceIdAttestationExpectingSuccess()
38 if (mDevicePolicyManager.isDeviceIdAttestationSupported()) { in testSucceedsWithProfileOwnerIdsGrant()
325 private boolean isDeviceIdAttestationSupported() { in isDeviceIdAttestationSupported() method in KeyManagementTest326 return mDevicePolicyManager.isDeviceIdAttestationSupported(); in isDeviceIdAttestationSupported()369 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()378 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()403 && !isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()499 if (attestation == null && !isDeviceIdAttestationSupported()) { in assertAllVariantsOfDeviceIdAttestation()528 assertThat(isDeviceIdAttestationSupported()).isFalse(); in assertAllVariantsOfDeviceIdAttestation()
343 private boolean isDeviceIdAttestationSupported() { in isDeviceIdAttestationSupported() method in DeviceOwnerKeyManagementTest344 return sDevicePolicyManager.isDeviceIdAttestationSupported(); in isDeviceIdAttestationSupported()389 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()400 .that(isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()432 && !isDeviceIdAttestationSupported()) in generateKeyAndCheckAttestation()491 if (attestation == null && !isDeviceIdAttestationSupported()) { in assertAllVariantsOfDeviceIdAttestation()529 assertThat(isDeviceIdAttestationSupported()).isFalse(); in assertAllVariantsOfDeviceIdAttestation()
8114 method public boolean isDeviceIdAttestationSupported();