Searched refs:CONFIG_CHECKSUM_ENCRYPTION_PATH (Results 1 – 2 of 2) sorted by relevance
54 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest267 Assert.assertTrue(loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false)); in testCompareHashFile()289 Assert.assertFalse(Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))); in testParserFileAfterDisableNiapMode()
87 private static final String CONFIG_CHECKSUM_ENCRYPTION_PATH = field in BluetoothKeystoreService250 if (Files.exists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH))) { in loadConfigData()253 loadEncryptionFile(CONFIG_CHECKSUM_ENCRYPTION_PATH, false); in loadConfigData()395 Files.deleteIfExists(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH)); in cleanupFile()468 Files.write(Paths.get(CONFIG_CHECKSUM_ENCRYPTION_PATH), configEncryptedLines); in saveEncryptedKey()