Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java357 Integer[] floatKeys = new Integer[floatValues.size()]; in hashCode() local
359 Float[] floatValues = new Float[floatKeys.length]; in hashCode()
364 for (int i = 0; i < floatKeys.length; ++i) { in hashCode()
365 floatKeys[i] = this.floatValues.keyAt(i); in hashCode()
370 int floatKeysHash = Objects.hash((Object[])floatKeys); in hashCode()