Searched refs:MIN_BUCKET_MINUTES (Results 1 – 3 of 3) sorted by relevance
49 @VisibleForTesting protected static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenDurationDialog257 minusButton.setEnabled(time > MIN_BUCKET_MINUTES); in updateButtons()
62 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in EnableZenModeDialog411 minusButton.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
183 assertEquals(ZenDurationDialog.MIN_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()