Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeVoiceActivity.java45 private static final int MINUTES_MS = 60 * 1000; field in ZenModeVoiceActivity
110 long time = System.currentTimeMillis() + minutes * MINUTES_MS; in getChangeSummary()
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DEnableZenModeDialog.java73 private static final int MINUTES_MS = 60 * SECONDS_MS; field in EnableZenModeDialog
401 minusButton.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()
449 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java84 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModePanel
731 button1.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in bind()
786 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java96 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModeConfig
1303 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS; in toTimeCondition()
1726 c = toTimeCondition(context, time, Math.round(span / (float) MINUTES_MS), in getConditionLine()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt53309 Landroid/service/notification/ZenModeConfig;->MINUTES_MS:I