Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/util/
DMapCollections.java466 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { in removeAllHelper() method in MapCollections
/frameworks/base/core/java/android/util/
DMapCollections.java469 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { in removeAllHelper() method in MapCollections