Searched refs:colGetMap (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/v4/java/android/support/v4/util/
H A DArrayMap.java95 protected Map<K, V> colGetMap() {
H A DMapCollections.java289 return containsAllHelper(colGetMap(), collection);
314 return removeAllHelper(colGetMap(), collection);
319 return retainAllHelper(colGetMap(), collection);
553 protected abstract Map<K, V> colGetMap(); method in class:MapCollections
/frameworks/base/core/java/android/util/
H A DMapCollections.java291 return containsAllHelper(colGetMap(), collection);
316 return removeAllHelper(colGetMap(), collection);
321 return retainAllHelper(colGetMap(), collection);
554 protected abstract Map<K, V> colGetMap(); method in class:MapCollections
H A DArraySet.java615 protected Map<E, E> colGetMap() {
H A DArrayMap.java772 protected Map<K, V> colGetMap() {

Completed in 43 milliseconds