Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationUsageLogger.java38 private static final int ONE_MINUTE_IN_MILLIS = 60000; field in LocationUsageLogger
67 } else if (interval < ONE_MINUTE_IN_MILLIS) { in bucketizeIntervalToStatsdEnum()
69 } else if (interval < ONE_MINUTE_IN_MILLIS * 10) { in bucketizeIntervalToStatsdEnum()
117 } else if (expireIn < ONE_MINUTE_IN_MILLIS) { in getBucketizedExpireIn()
119 } else if (expireIn < ONE_MINUTE_IN_MILLIS * 10) { in getBucketizedExpireIn()