Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java54 private static final String SETTING_HEADS_UP_SNOOZE_LENGTH_MS = "heads_up_snooze_length_ms"; field in HeadsUpNotificationView
258 SETTING_HEADS_UP_SNOOZE_LENGTH_MS, mDefaultSnoozeLengthMs); in onAttachedToWindow()
263 mContext.getContentResolver(), SETTING_HEADS_UP_SNOOZE_LENGTH_MS, -1); in onAttachedToWindow()
271 Settings.Global.getUriFor(SETTING_HEADS_UP_SNOOZE_LENGTH_MS), false, in onAttachedToWindow()