Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java365 List<String> configEncryptedLines = new ArrayList<>(); in saveEncryptedKey() local
378 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey() local