Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java455 List<String> configEncryptedLines = new LinkedList<>(); in saveEncryptedKey() local
459 configEncryptedLines.add(getEncryptedKeyData(key)); in saveEncryptedKey()
467 if (!configEncryptedLines.isEmpty()) { in saveEncryptedKey()
468 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey() local