Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java49 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreServiceTest
127 mConfigData = Files.readAllLines(Paths.get(CONFIG_FILE_PATH)); in setUp()
142 Files.write(Paths.get(CONFIG_FILE_PATH), mConfigData); in tearDown()
158 Files.write(Paths.get(CONFIG_FILE_PATH), data); in overwriteConfigFile()
227 Assert.assertTrue(parseConfigFile(CONFIG_FILE_PATH)); in testParserFile()
269 Assert.assertTrue(compareFileHash(CONFIG_FILE_PATH)); in testCompareHashFile()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java94 private static final String CONFIG_FILE_PATH = "/data/misc/bluedroid/bt_config.conf"; field in BluetoothKeystoreService
255 if (compareFileHash(CONFIG_FILE_PATH)) { in loadConfigData()
361 readHashFile(CONFIG_FILE_PATH, CONFIG_FILE_PREFIX); in setEncryptKeyOrRemoveKey()
531 if (CONFIG_FILE_PATH.equals(hashFilePathString)) { in compareFileHash()