Home
last modified time | relevance | path

Searched refs:secondKey (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/car-lib/src/com/android/car/internal/util/
DPairSparseArray.java98 public void append(int firstKey, int secondKey, E value) { in append() argument
100 long key = encodeKeyPair(firstKey, secondKey); in append()
102 addSecondKeyByFirstKey(firstKey, secondKey); in append()
119 public boolean contains(int firstKey, int secondKey) { in contains() argument
120 return indexOfKeyPair(firstKey, secondKey) >= 0; in contains()
126 public void delete(int firstKey, int secondKey) { in delete() argument
127 long key = encodeKeyPair(firstKey, secondKey); in delete()
129 removeSecondKeyByFirstKey(firstKey, secondKey); in delete()
138 public E get(int firstKey, int secondKey) { in get() argument
139 return get(firstKey, secondKey, null); in get()
[all …]
/packages/modules/Connectivity/thread/framework/java/android/net/thread/
DActiveOperationalDataset.java376 int secondKey = second.keyAt(i); in areByteSparseArraysEqual() local
377 if (firstKey != secondKey) { in areByteSparseArraysEqual()
/packages/apps/TV/libs/
Dtruth-0.45.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...