Searched defs:SETTING_HEADS_UP_SNOOZE_LENGTH_MS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java53 private static final String SETTING_HEADS_UP_SNOOZE_LENGTH_MS = "heads_up_snooze_length_ms"; field in class:HeadsUpManager
118 SETTING_HEADS_UP_SNOOZE_LENGTH_MS, mDefaultSnoozeLengthMs);
123 context.getContentResolver(), SETTING_HEADS_UP_SNOOZE_LENGTH_MS, -1);
131 Settings.Global.getUriFor(SETTING_HEADS_UP_SNOOZE_LENGTH_MS), false,

Completed in 26 milliseconds