Searched refs:SimplePriorityPreset (Results 1 – 1 of 1) sorted by relevance
26 public static final PriorityPreset DEFAULT = new SimplePriorityPreset(30 new SimplePriorityPreset(R.string.min_priority, Notification.PRIORITY_MIN),31 new SimplePriorityPreset(R.string.low_priority, Notification.PRIORITY_LOW),33 new SimplePriorityPreset(R.string.high_priority, Notification.PRIORITY_HIGH),34 new SimplePriorityPreset(R.string.max_priority, Notification.PRIORITY_MAX)41 private static class SimplePriorityPreset extends PriorityPreset { class in PriorityPresets44 public SimplePriorityPreset(int nameResId, int priority) { in SimplePriorityPreset() method in PriorityPresets.SimplePriorityPreset