Home
last modified time | relevance | path

Searched refs:MIN_BUCKET_MINUTES (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java48 @VisibleForTesting protected static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenDurationDialog
254 button1.setEnabled(time > MIN_BUCKET_MINUTES); in updateButtons()
DEnableZenModeDialog.java61 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in EnableZenModeDialog
388 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DZenDurationDialogTest.java181 assertEquals(ZenDurationDialog.MIN_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java84 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenModePanel
726 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()