Home
last modified time | relevance | path

Searched refs:bucketTime (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java431 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton() local
432 if (up && bucketTime > time || !up && bucketTime < time) { in onClickTimeButton()
435 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java780 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton() local
781 if (up && bucketTime > time || !up && bucketTime < time) { in onClickTimeButton()
784 bucketTime, bucketMinutes, ActivityManager.getCurrentUser(), in onClickTimeButton()