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

/frameworks/base/core/java/android/util/
H A DMapCollections.java316 return removeAllHelper(colGetMap(), collection);
466 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { method in class:MapCollections
/frameworks/support/v4/java/android/support/v4/util/
H A DMapCollections.java314 return removeAllHelper(colGetMap(), collection);
464 public static <K, V> boolean removeAllHelper(Map<K, V> map, Collection<?> collection) { method in class:MapCollections

Completed in 176 milliseconds