Home
last modified time | relevance | path

Searched refs:MIN_BUCKET_MINUTES (Results 1 – 3 of 3) 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
257 minusButton.setEnabled(time > MIN_BUCKET_MINUTES); in updateButtons()
DEnableZenModeDialog.java62 private static final int MIN_BUCKET_MINUTES = MINUTE_BUCKETS[0]; field in EnableZenModeDialog
411 minusButton.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DZenDurationDialogTest.java183 assertEquals(ZenDurationDialog.MIN_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()