Home
last modified time | relevance | path

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

/cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
DKeystoreAttestationDeviceInfo.java94 private void collectKeystoreAttestation(DeviceInfoStore localStore) throws Exception { in collectKeystoreAttestation() argument
99 localStore.startGroup("keymint_key_attestation"); in collectKeystoreAttestation()
100 loadCertAndCollectAttestation(mKeyStore, localStore, TEST_ALIAS_KEYSTORE, false); in collectKeystoreAttestation()
101 localStore.endGroup(); in collectKeystoreAttestation()
104 private void collectStrongBoxAttestation(DeviceInfoStore localStore) throws Exception { in collectStrongBoxAttestation() argument
109 localStore.startGroup("strong_box_key_attestation"); in collectStrongBoxAttestation()
110 loadCertAndCollectAttestation(mKeyStore, localStore, TEST_ALIAS_STRONG_BOX, true); in collectStrongBoxAttestation()
111 localStore.endGroup(); in collectStrongBoxAttestation()
116 DeviceInfoStore localStore, in loadCertAndCollectAttestation() argument
154 collectStoredInformation(localStore, keyDetailsList); in loadCertAndCollectAttestation()
[all …]