Home
last modified time | relevance | path

Searched refs:parseConfigFile (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreServiceTest.java166 private boolean parseConfigFile(String filePathString) { in parseConfigFile() method in BluetoothKeystoreServiceTest
168 mBluetoothKeystoreService.parseConfigFile(filePathString); in parseConfigFile()
206 Assert.assertTrue(parseConfigFile(CONFIG_FILE_PATH)); in testParserFile()
/packages/modules/Wifi/framework/tests/src/android/net/wifi/hotspot2/
DConfigParserTest.java125 public void parseConfigFile() throws Exception { in parseConfigFile() method in ConfigParserTest
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java488 public void parseConfigFile(String filePathString) throws IOException, InterruptedException { in parseConfigFile() method in BluetoothKeystoreService