Searched refs:KEYALIAS (Results 1 – 1 of 1) sorted by relevance
70 private static final String KEYALIAS = "bluetooth-key-encrypted"; field in BluetoothKeystoreService140 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()