Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java57 private static final String CONFIG_FILE_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest
232 Assert.assertTrue(loadEncryptionFile(CONFIG_FILE_ENCRYPTION_PATH, true)); in testDecrypt()
270 Assert.assertFalse(Files.exists(Paths.get(CONFIG_FILE_ENCRYPTION_PATH))); in testParserFileAfterDisableCommonCriteriaMode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java80 private static final String CONFIG_FILE_ENCRYPTION_PATH = field in BluetoothKeystoreService
225 loadEncryptionFile(CONFIG_FILE_ENCRYPTION_PATH, true); in loadConfigData()
315 Files.deleteIfExists(Paths.get(CONFIG_FILE_ENCRYPTION_PATH)); in cleanupFile()
381 Files.write(Paths.get(CONFIG_FILE_ENCRYPTION_PATH), keyEncryptedLines); in saveEncryptedKey()