Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpNotificationView.java62 private final int mDefaultSnoozeLengthMs; field in HeadsUpNotificationView
88 mDefaultSnoozeLengthMs = resources.getInteger(R.integer.heads_up_default_snooze_length_ms); in HeadsUpNotificationView()
89 mSnoozeLengthMs = mDefaultSnoozeLengthMs; in HeadsUpNotificationView()
258 SETTING_HEADS_UP_SNOOZE_LENGTH_MS, mDefaultSnoozeLengthMs); in onAttachedToWindow()