Searched refs:MIN_BUCKET_MINUTES (Results 1 – 4 of 4) sorted by relevance
48 @VisibleForTesting protected static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenDurationDialog254 button1.setEnabled(time > MIN_BUCKET_MINUTES); in updateButtons()
61 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in EnableZenModeDialog388 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
181 assertEquals(ZenDurationDialog.MIN_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()
84 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenModePanel726 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()