Searched refs:indexOfValueByValue (Results 1 – 6 of 6) sorted by relevance
337 public int indexOfValueByValue(E value) { in indexOfValueByValue() method in WatchedLongSparseArray338 return mStorage.indexOfValueByValue(value); in indexOfValueByValue()
399 public int indexOfValueByValue(E value) { in indexOfValueByValue() method in WatchedSparseArray400 return mStorage.indexOfValueByValue(value); in indexOfValueByValue()
425 public int indexOfValueByValue(E value) { in indexOfValueByValue() method in SparseArray
412 public int indexOfValueByValue(E value) { in indexOfValueByValue() method in LongSparseArray
1351 int index = mIdToUriMapping.indexOfValueByValue(uri);
57295 Landroid/util/LongSparseArray;->indexOfValueByValue(Ljava/lang/Object;)I57645 Landroid/util/SparseArray;->indexOfValueByValue(Ljava/lang/Object;)I