Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java460 List<String> configEncryptedLines = new LinkedList<>(); in saveEncryptedKey() local
473 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey() local