Searched refs:CONFIG_FILE_ENCRYPTION_PATH (Results 1 – 2 of 2) sorted by relevance
57 private static final String CONFIG_FILE_ENCRYPTION_PATH = field in BluetoothKeystoreServiceTest232 Assert.assertTrue(loadEncryptionFile(CONFIG_FILE_ENCRYPTION_PATH, true)); in testDecrypt()270 Assert.assertFalse(Files.exists(Paths.get(CONFIG_FILE_ENCRYPTION_PATH))); in testParserFileAfterDisableCommonCriteriaMode()
80 private static final String CONFIG_FILE_ENCRYPTION_PATH = field in BluetoothKeystoreService225 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()