Home
last modified time | relevance | path

Searched refs:MINUTES_MS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DEnableZenModeDialog.java73 private static final int MINUTES_MS = 60 * SECONDS_MS; field in EnableZenModeDialog
388 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
431 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DZenModePanel.java81 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModePanel
726 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()
780 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java88 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModeConfig
1189 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS; in toTimeCondition()
1611 c = toTimeCondition(context, time, Math.round(span / (float) MINUTES_MS), in getConditionLine()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt63898 Landroid/service/notification/ZenModeConfig;->MINUTES_MS:I