Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/
DQuotaController.java165 private static int hashLong(long val) { in hashLong() method in QuotaController
280 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()
281 result = 31 * result + hashLong(windowSizeMs); in hashCode()
282 result = 31 * result + hashLong(jobCountLimit); in hashCode()
283 result = 31 * result + hashLong(sessionCountLimit); in hashCode()
284 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()
286 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
289 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()
290 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()
292 result = 31 * result + hashLong(sessionRateLimitExpirationTimeElapsed); in hashCode()
[all …]