Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java421 Integer[] floatKeys = new Integer[mFloatValues.size()]; in hashCode() local
423 Float[] floatValues = new Float[floatKeys.length]; in hashCode()
428 for (int i = 0; i < floatKeys.length; ++i) { in hashCode()
429 floatKeys[i] = mFloatValues.keyAt(i); in hashCode()
434 int floatKeysHash = Objects.hash((Object[]) floatKeys); in hashCode()