Searched refs:MapCollections (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | ArrayMap.java | 122 private MapCollections<K, V> mCollections; 919 private MapCollections<K, V> getCollection() { in getCollection() 921 mCollections = new MapCollections<K, V>() { in getCollection() 978 return MapCollections.containsAllHelper(this, collection); in containsAll() 999 return MapCollections.removeAllHelper(this, collection); in removeAll() 1009 return MapCollections.retainAllHelper(this, collection); in retainAll()
|
D | ArraySet.java | 93 private MapCollections<E, E> mCollections; 856 private MapCollections<E, E> getCollection() { in getCollection() 858 mCollections = new MapCollections<E, E>() { in getCollection()
|
D | MapCollections.java | 32 abstract class MapCollections<K, V> { class
|
/frameworks/base/config/ |
D | boot-profile.txt | 234 Landroid/util/MapCollections$ArrayIterator;->hasNext()Z 253 Landroid/util/MapCollections$ArrayIterator;->next()Ljava/lang/Object; 256 Landroid/util/MapCollections$MapIterator;->hasNext()Z 264 Landroid/util/MapCollections$MapIterator;->getValue()Ljava/lang/Object; 266 Landroid/util/MapCollections$MapIterator;->next()Ljava/lang/Object; 267 Landroid/util/MapCollections$MapIterator;->next()Ljava/util/Map$Entry; 268 Landroid/util/MapCollections$MapIterator;->getKey()Ljava/lang/Object; 300 Landroid/util/MapCollections$ArrayIterator;-><init>(Landroid/util/MapCollections;I)V 302 Landroid/util/ArrayMap;->getCollection()Landroid/util/MapCollections; 303 Landroid/util/MapCollections;->getValues()Ljava/util/Collection; [all …]
|
D | boot-image-profile.txt | 20155 HSPLandroid/util/ArrayMap;->getCollection()Landroid/util/MapCollections; 20196 HSPLandroid/util/ArraySet;->getCollection()Landroid/util/MapCollections; 20392 HSPLandroid/util/MapCollections$ArrayIterator;-><init>(Landroid/util/MapCollections;I)V 20393 HSPLandroid/util/MapCollections$ArrayIterator;->hasNext()Z 20394 HSPLandroid/util/MapCollections$ArrayIterator;->next()Ljava/lang/Object; 20395 HSPLandroid/util/MapCollections$ArrayIterator;->remove()V 20396 HSPLandroid/util/MapCollections$EntrySet;-><init>(Landroid/util/MapCollections;)V 20397 HSPLandroid/util/MapCollections$EntrySet;->iterator()Ljava/util/Iterator; 20398 HSPLandroid/util/MapCollections$EntrySet;->size()I 20399 HSPLandroid/util/MapCollections$KeySet;-><init>(Landroid/util/MapCollections;)V [all …]
|
D | preloaded-classes | 6538 android.util.MapCollections$ArrayIterator 6539 android.util.MapCollections$EntrySet 6540 android.util.MapCollections$KeySet 6541 android.util.MapCollections$MapIterator 6542 android.util.MapCollections$ValuesCollection 6543 android.util.MapCollections
|