Searched refs:MINUTES_MS (Results 1 – 3 of 3) sorted by relevance
74 private static final int MINUTES_MS = 60 * SECONDS_MS; field in EnableZenModeDialog411 minusButton.setEnabled(span > MIN_BUCKET_MINUTES * MINUTES_MS); in updateUi()459 final long bucketTime = now + bucketMinutes * MINUTES_MS; in onClickTimeButton()
191 private static final int MINUTES_MS = 60 * SECONDS_MS; field in ZenModeConfig2034 final long millis = minutesFromNow == 0 ? ZERO_VALUE_MS : minutesFromNow * MINUTES_MS; in toTimeCondition()
49343 Landroid/service/notification/ZenModeConfig;->MINUTES_MS:I