Searched defs:resourceMap (Results 1 – 5 of 5) sorted by relevance
111 private HashMap<String, String> resourceMap = new HashMap<>(); field in HapVerifyInfo372 public void setResourceMap(HashMap<String, String> resourceMap) { in setResourceMap() argument
435 HashMap<String, String> resourceMap = new HashMap<>(); in getProfileJson() local
455 HashMap<String, String> resourceMap = new HashMap<>(); in getResourceMapById() local
1399 …static void getProfileJson(ZipFile zipFile, HashMap<String, String> resourceMap) throws BundleExce… in getProfileJson() argument
806 function processResourceArr(resourceArr, resourceMap, filePath) { argument