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.java301 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
302 if (up && bucketMinutes > time || !up && bucketMinutes < time) { in onClickTimeButton()
304 newDndTimeDuration = bucketMinutes; in onClickTimeButton()
DEnableZenModeDialog.java430 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
431 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
435 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java779 final int bucketMinutes = MINUTE_BUCKETS[j]; in onClickTimeButton() local
780 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
784 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()