Searched refs:MAX_BUCKET_MINUTES (Results 1 – 3 of 3) sorted by relevance
50 @VisibleForTesting protected static final int MAX_BUCKET_MINUTES = field in ZenDurationDialog258 plusButton.setEnabled(tag.countdownZenDuration != MAX_BUCKET_MINUTES); in updateButtons()
63 private static final int MAX_BUCKET_MINUTES = MINUTE_BUCKETS[MINUTE_BUCKETS.length - 1]; field in EnableZenModeDialog413 MAX_BUCKET_MINUTES, ActivityManager.getCurrentUser()); in updateUi()
169 assertEquals(ZenDurationDialog.MAX_BUCKET_MINUTES, tag.countdownZenDuration); in testGetTimeFromBucket()