Searched refs:colGetEntry (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/util/ |
D | MapCollections.java | 56 Object res = colGetEntry(mIndex, mOffset); in next() 114 return (K)colGetEntry(mIndex, 0); in getKey() 123 return (V)colGetEntry(mIndex, 1); in getValue() 145 return Objects.equals(e.getKey(), colGetEntry(mIndex, 0)) in equals() 146 && Objects.equals(e.getValue(), colGetEntry(mIndex, 1)); in equals() 155 final Object key = colGetEntry(mIndex, 0); in hashCode() 156 final Object value = colGetEntry(mIndex, 1); in hashCode() 196 Object foundVal = colGetEntry(index, 1); in contains() 260 final Object key = colGetEntry(i, 0); in hashCode() 261 final Object value = colGetEntry(i, 1); in hashCode() [all …]
|
D | ArraySet.java | 796 protected Object colGetEntry(int index, int offset) { in getCollection()
|
D | ArrayMap.java | 890 protected Object colGetEntry(int index, int offset) { in getCollection()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 15302 HSPLandroid/util/ArrayMap$1;->colGetEntry(II)Ljava/lang/Object; 15342 HSPLandroid/util/ArraySet$1;->colGetEntry(II)Ljava/lang/Object;
|
D | hiddenapi-greylist-max-o.txt | 77175 Landroid/util/MapCollections;->colGetEntry(II)Ljava/lang/Object;
|