Home
last modified time | relevance | path

Searched refs:colIndexOfValue (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
DMapCollections.java378 return colIndexOfValue(object) >= 0; in contains()
404 int index = colIndexOfValue(object); in remove()
557 protected abstract int colIndexOfValue(Object key); in colIndexOfValue() method in MapCollections
DArraySet.java875 protected int colIndexOfValue(Object value) { in getCollection()
DArrayMap.java939 protected int colIndexOfValue(Object value) { in getCollection()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt61307 Landroid/util/MapCollections;->colIndexOfValue(Ljava/lang/Object;)I