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()
298 private byte[] loadResourceFile(String filename) throws IOException { in loadResourceFile() method in WifiBackupRestoreTest502 loadResourceFile(LEGACY_SUPP_CONF_FILE),503 loadResourceFile(LEGACY_IP_CONF_FILE)));530 () -> mWifiManager.restoreBackupData(loadResourceFile(V1_0_FILE)));559 () -> mWifiManager.restoreBackupData(loadResourceFile(V1_1_FILE)));591 () -> mWifiManager.restoreBackupData(loadResourceFile(V1_2_FILE)));
1570 private String loadResourceFile(String filename) throws IOException { in loadResourceFile() method in WifiManagerTest1589 String configStr = loadResourceFile(PASSPOINT_INSTALLATION_FILE_WITH_CA_CERT); in testMacRandomizationSettingPasspoint()