Searched refs:removeAllHelper (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java151 return MapCollections.removeAllHelper(this, collection);
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
/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
H A DArrayMap.java833 return MapCollections.removeAllHelper(this, collection);

Completed in 109 milliseconds