Home
last modified time | relevance | path

Searched defs:keyEncryptedLines (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java448 List<String> keyEncryptedLines = new ArrayList<>(); in saveEncryptedKey() local
463 Files.write(Paths.get(CONFIG_FILE_ENCRYPTION_PATH), keyEncryptedLines); in saveEncryptedKey() local
464 Files.write(Paths.get(CONFIG_BACKUP_ENCRYPTION_PATH), keyEncryptedLines); in saveEncryptedKey() local