Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreServiceTest.java52 private static final String CONFIG_BACKUP_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest
291 Assert.assertFalse(Files.exists(Paths.get(CONFIG_BACKUP_ENCRYPTION_PATH))); in testParserFileAfterDisableCommonCriteriaMode()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
H A DBluetoothKeystoreService.java90 private static final String CONFIG_BACKUP_ENCRYPTION_PATH = field in BluetoothKeystoreService
269 loadEncryptionFile(CONFIG_BACKUP_ENCRYPTION_PATH, true); in loadConfigData()
402 Files.deleteIfExists(Paths.get(CONFIG_BACKUP_ENCRYPTION_PATH)); in cleanupFile()
509 Paths.get(CONFIG_BACKUP_ENCRYPTION_PATH), in backupConfigEncryptionFile()