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.java128 private static int hashLong(long val) { in hashLong() method in QuotaController
247 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()
248 result = 31 * result + hashLong(allowedTimePerPeriodMs); in hashCode()
249 result = 31 * result + hashLong(windowSizeMs); in hashCode()
250 result = 31 * result + hashLong(jobCountLimit); in hashCode()
251 result = 31 * result + hashLong(sessionCountLimit); in hashCode()
252 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()
254 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()
257 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()
258 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()
[all …]