Searched refs:MIN_DURATION_MS (Results 1 – 2 of 2) sorted by relevance
54 private static final long MIN_DURATION_MS = TimeUnit.SECONDS.toMillis(10); field in WatchedHistoryManager193 if (duration < MIN_DURATION_MS) { in logChannelViewStop()
226 final int MIN_DURATION_MS = 1_000; in testPartialWakelockLoad() local