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 | 83 MapCollections<E, E> mCollections; 787 private MapCollections<E, E> getCollection() { in getCollection() 789 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 | 15584 HSPLandroid/util/MapCollections$ArrayIterator;->hasNext()Z 15585 HSPLandroid/util/MapCollections$ArrayIterator;->next()Ljava/lang/Object; 15586 HSPLandroid/util/MapCollections$ArrayIterator;->remove()V 15587 HSPLandroid/util/MapCollections$EntrySet;->iterator()Ljava/util/Iterator; 15588 HSPLandroid/util/MapCollections$EntrySet;->size()I 15589 HSPLandroid/util/MapCollections$KeySet;->contains(Ljava/lang/Object;)Z 15590 HSPLandroid/util/MapCollections$KeySet;->containsAll(Ljava/util/Collection;)Z 15591 HSPLandroid/util/MapCollections$KeySet;->equals(Ljava/lang/Object;)Z 15592 HSPLandroid/util/MapCollections$KeySet;->isEmpty()Z 15593 HSPLandroid/util/MapCollections$KeySet;->iterator()Ljava/util/Iterator; [all …]
|
D | hiddenapi-greylist-max-o.txt | 76634 Landroid/util/ArrayMap;->getCollection()Landroid/util/MapCollections; 76635 Landroid/util/ArrayMap;->mCollections:Landroid/util/MapCollections; 76644 Landroid/util/ArraySet;->getCollection()Landroid/util/MapCollections; 76645 Landroid/util/ArraySet;->mCollections:Landroid/util/MapCollections; 77149 Landroid/util/MapCollections$ArrayIterator; 77150 Landroid/util/MapCollections$ArrayIterator;-><init>(I)V 77151 Landroid/util/MapCollections$ArrayIterator;->mCanRemove:Z 77152 Landroid/util/MapCollections$ArrayIterator;->mIndex:I 77153 Landroid/util/MapCollections$ArrayIterator;->mOffset:I 77154 Landroid/util/MapCollections$ArrayIterator;->mSize:I [all …]
|