Searched defs:map2 (Results 1 – 2 of 2) sorted by relevance
330 private static void dump(ArrayMap map1, ArrayMap map2) { in dump()
322 HashMap map2; in testReadValue() local3751 HashMap map2 = new HashMap(); in testWriteMap() local3817 HashMap<String, TestSubIntent> map2 = new HashMap<>(); in testReadMapWithClass_whenSameClass() local3842 HashMap<Intent, Intent> map2 = new HashMap<>(); in testReadMapWithClass_whenSubClass() local3859 HashMap map2; in testReadHashMap() local3931 HashMap<String, TestSubIntent> map2 = p.readHashMap(loader, String.class, in testReadHashMapWithClass_whenSameClass() local3954 HashMap<Intent, Intent> map2 = p.readHashMap(loader, Intent.class, TestSubIntent.class); in testReadHashMapWithClass_whenSubClass() local