Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java79 private static final String KEY_STORE = "AndroidKeyStore"; field in BluetoothKeystoreService
817 .getInstance(KeyProperties.KEY_ALGORITHM_AES, KEY_STORE); in getOrCreateSecretKey()
831 reportKeystoreException(e, "cannot find the keystore: " + KEY_STORE); in getOrCreateSecretKey()