Home
last modified time | relevance | path

Searched refs:intf1 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java485 Key2(Class<?> intf1, Class<?> intf2) { in Key2() argument
486 super(intf1); in Key2()
487 hash = 31 * intf1.hashCode() + intf2.hashCode(); in Key2()
498 Class<?> intf1, intf2; in equals() local
502 (intf1 = get()) != null && in equals()
503 intf1 == ((Key2) obj).get() && in equals()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DProxy.java165 Key2(java.lang.Class<?> intf1, java.lang.Class<?> intf2) { in Key2() argument