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.java49 @VisibleForTesting protected static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenDurationDialog
254 minusButton.setEnabled(time > MIN_BUCKET_MINUTES); in updateButtons()
DEnableZenModeDialog.java62 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in EnableZenModeDialog
385 minusButton.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.java87 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in ZenModePanel
731 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()