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