Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java420 Integer[] intKeys = new Integer[mIntValues.size()]; in hashCode() local
422 Integer[] intValues = new Integer[intKeys.length]; in hashCode()
424 for (int i = 0; i < intKeys.length; ++i) { in hashCode()
425 intKeys[i] = mIntValues.keyAt(i); in hashCode()
432 int intKeysHash = Objects.hash((Object[]) intKeys); in hashCode()