Searched refs:mMethodHashMap (Results 1 – 1 of 1) sorted by relevance
67 HashMap<String, Method> mMethodHashMap = new HashMap<>(); field in KeyTrigger298 if (mMethodHashMap.containsKey(str)) { in fire()299 method = mMethodHashMap.get(str); in fire()307 mMethodHashMap.put(str, method); in fire()309 mMethodHashMap.put(str, null); // record that we could not get this method in fire()366 mMethodHashMap = k.mMethodHashMap; in copy()