Home
last modified time | relevance | path

Searched defs:intersection (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/android/compat/
DCompatibility.java150 Set<Long> intersection = new HashSet<>(enabled); in ChangeConfig() local
/libcore/ojluni/src/main/java/java/lang/reflect/
DProxy.java736 Set<Class<?>> intersection = new HashSet<Class<?>>(); in intersectExceptions() local