Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenDurationDialog.java305 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
306 if (up && bucketMinutes > time || !up && bucketMinutes < time) { in onClickTimeButton()
308 newDndTimeDuration = bucketMinutes; in onClickTimeButton()
DEnableZenModeDialog.java432 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
433 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
437 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java785 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
786 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
790 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()