Searched refs:MapCollections (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | ArrayMap.java | 114 MapCollections<K, V> mCollections; 881 private MapCollections<K, V> getCollection() { in getCollection() 883 mCollections = new MapCollections<K, V>() { in getCollection() 940 return MapCollections.containsAllHelper(this, collection); in containsAll() 961 return MapCollections.removeAllHelper(this, collection); in removeAll() 971 return MapCollections.retainAllHelper(this, collection); in retainAll()
|
D | ArraySet.java | 84 MapCollections<E, E> mCollections; 800 private MapCollections<E, E> getCollection() { in getCollection() 802 mCollections = new MapCollections<E, E>() { in getCollection()
|
D | MapCollections.java | 32 abstract class MapCollections<K, V> { class
|
/frameworks/base/config/ |
D | preloaded-classes | 3654 android.util.MapCollections$ArrayIterator 3655 android.util.MapCollections$EntrySet 3656 android.util.MapCollections$KeySet 3657 android.util.MapCollections$MapIterator 3658 android.util.MapCollections$ValuesCollection 3659 android.util.MapCollections
|
D | boot-image-profile.txt | 15583 HSPLandroid/util/MapCollections$ArrayIterator;->hasNext()Z 15584 HSPLandroid/util/MapCollections$ArrayIterator;->next()Ljava/lang/Object; 15585 HSPLandroid/util/MapCollections$ArrayIterator;->remove()V 15586 HSPLandroid/util/MapCollections$EntrySet;->iterator()Ljava/util/Iterator; 15587 HSPLandroid/util/MapCollections$EntrySet;->size()I 15588 HSPLandroid/util/MapCollections$KeySet;->contains(Ljava/lang/Object;)Z 15589 HSPLandroid/util/MapCollections$KeySet;->containsAll(Ljava/util/Collection;)Z 15590 HSPLandroid/util/MapCollections$KeySet;->equals(Ljava/lang/Object;)Z 15591 HSPLandroid/util/MapCollections$KeySet;->isEmpty()Z 15592 HSPLandroid/util/MapCollections$KeySet;->iterator()Ljava/util/Iterator; [all …]
|
D | hiddenapi-greylist-max-o.txt | 71516 Landroid/util/ArrayMap;->getCollection()Landroid/util/MapCollections; 71517 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections; 71526 Landroid/util/ArraySet;->getCollection()Landroid/util/MapCollections; 71527 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections; 71988 Landroid/util/MapCollections$ArrayIterator;->mCanRemove:Z 71989 Landroid/util/MapCollections$ArrayIterator;->mIndex:I 71990 Landroid/util/MapCollections$ArrayIterator;->mOffset:I 71991 Landroid/util/MapCollections$ArrayIterator;->mSize:I 71992 Landroid/util/MapCollections$EntrySet;->add(Ljava/util/Map$Entry;)Z 71993 Landroid/util/MapCollections$EntrySet;->addAll(Ljava/util/Collection;)Z [all …]
|