Searched defs:timeRemainingMs (Results 1 – 2 of 2) sorted by relevance
561 private void doShouldShowRemainingTimeTest(ZonedDateTime now, long timeRemainingMs) { in doShouldShowRemainingTimeTest()579 final long timeRemainingMs = (3600 + 2 * 60 + 15) * 1000; in entityHeader_shouldShowShortRemainingTime() local599 final long timeRemainingMs = (49 * 3600 + 2 * 60 + 15) * 1000; in entityHeader_shouldShowExpiryDate() local
360 long timeRemainingMs = mTimeLimitMs - mUsageTimeMs; in checkTimeout() local