Searched refs:expireIn (Results 1 – 2 of 2) sorted by relevance
113 long expireIn = Math.max(0, expireAt - elapsedRealtime); in getBucketizedExpireIn() local115 if (expireIn < 20 * ONE_SEC_IN_MILLIS) { in getBucketizedExpireIn()117 } else if (expireIn < ONE_MINUTE_IN_MILLIS) { in getBucketizedExpireIn()119 } else if (expireIn < ONE_MINUTE_IN_MILLIS * 10) { in getBucketizedExpireIn()121 } else if (expireIn < ONE_HOUR_IN_MILLIS) { in getBucketizedExpireIn()
750 long expireIn = mExpireAt - SystemClock.elapsedRealtime(); in toString() local752 TimeUtils.formatDuration(expireIn, s); in toString()