Searched refs:localStore (Results 1 – 1 of 1) sorted by relevance
94 private void collectKeystoreAttestation(DeviceInfoStore localStore) throws Exception { in collectKeystoreAttestation() argument99 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() argument109 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() argument154 collectStoredInformation(localStore, keyDetailsList); in loadCertAndCollectAttestation()[all …]