Searched refs:ONE_MINUTE_IN_MILLIS (Results 1 – 1 of 1) sorted by relevance
38 private static final int ONE_MINUTE_IN_MILLIS = 60000; field in LocationUsageLogger67 } 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()