Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java59 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest
247 Assert.assertTrue(loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false)); in testCompareHashFile()
269 Assert.assertFalse(Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))); in testParserFileAfterDisableCommonCriteriaMode()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java78 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreService
214 if (Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))) { in loadConfigData()
217 loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false); in loadConfigData()
314 Files.deleteIfExists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH)); in cleanupFile()
378 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey()