Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java70 private static final String KEYALIAS = "bluetooth-key-encrypted"; field in BluetoothKeystoreService
140 if (!keyStore.containsAlias(KEYALIAS) && mIsCommonCriteriaMode) { in start()
702 if (keyStore.containsAlias(KEYALIAS)) { // The key exists in key store. Get the key. in getOrCreateSecretKey()
704 (KeyStore.SecretKeyEntry) keyStore.getEntry(KEYALIAS, null); in getOrCreateSecretKey()
718 KEYALIAS, in getOrCreateSecretKey()