Searched refs:loadResourceFile (Results 1 – 4 of 4) sorted by relevance
54 private String loadResourceFile(String filename) throws IOException { in loadResourceFile() method in ConfigParserTest112 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT); in testParseConfigFile()
50 private String loadResourceFile(String filename) throws IOException { in loadResourceFile() method in PpsMoParserTest126 String ppsMoTree = loadResourceFile(PPS_MO_XML_FILE); in testParsePPSMOTree()
335 private byte[] loadResourceFile(String filename) throws IOException { in loadResourceFile() method in WifiBackupRestoreTest539 loadResourceFile(LEGACY_SUPP_CONF_FILE),540 loadResourceFile(LEGACY_IP_CONF_FILE)));567 () -> sWifiManager.restoreBackupData(loadResourceFile(V1_0_FILE)));596 () -> sWifiManager.restoreBackupData(loadResourceFile(V1_1_FILE)));628 () -> sWifiManager.restoreBackupData(loadResourceFile(V1_2_FILE)));667 sWifiManager.restoreWifiBackupData(loadResourceFile(testBackupFile));
2274 private String loadResourceFile(String filename) throws IOException { in loadResourceFile() method in WifiManagerTest2290 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT); in testMacRandomizationSettingPasspoint()