Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/controllers/
DQuotaController.java247 private static int hashLong(long val) { in hashLong() method in QuotaController
361 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()
362 result = 31 * result + hashLong(windowSizeMs); in hashCode()
363 result = 31 * result + hashLong(jobCountLimit); in hashCode()
364 result = 31 * result + hashLong(sessionCountLimit); in hashCode()
365 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()
367 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
370 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()
371 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()
373 result = 31 * result + hashLong(sessionRateLimitExpirationTimeElapsed); in hashCode()
[all …]