Home
last modified time | relevance | path

Searched refs:MAX_BUCKET_MINUTES (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java50 @VisibleForTesting protected static final int MAX_BUCKET_MINUTES = field in ZenDurationDialog
258 plusButton.setEnabled(tag.countdownZenDuration != MAX_BUCKET_MINUTES); in updateButtons()
DEnableZenModeDialog.java63 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1]; field in EnableZenModeDialog
413 MAX_BUCKET_MINUTES, ActivityManager.getCurrentUser()); in updateUi()
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
DZenDurationDialogTest.java169 assertEquals(ZenDurationDialog.MAX_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()