Home
last modified time | relevance | path

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

/packages/services/Car/car-lib/src/android/car/diagnostic/
DCarDiagnosticEvent.java356 Integer[] intKeys = new Integer[intValues.size()]; in hashCode() local
358 Integer[] intValues = new Integer[intKeys.length]; in hashCode()
360 for (int i = 0; i < intKeys.length; ++i) { in hashCode()
361 intKeys[i] = this.intValues.keyAt(i); in hashCode()
368 int intKeysHash = Objects.hash((Object[])intKeys); in hashCode()