Searched refs:PRESETS (Results 1 – 6 of 6) sorted by relevance
82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate()96 NotificationPresets.PRESETS)); in initPresetSpinner()116 PriorityPresets.PRESETS)); in initPrioritySpinner()117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS) in initPrioritySpinner()131 ActionsPresets.PRESETS)); in initActionsSpinner()218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications()222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[ in postNotifications()224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[ in postNotifications()229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf( in postNotifications()268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected()
29 public static final PriorityPreset[] PRESETS = new PriorityPreset[] { field in PriorityPresets
30 public static final ActionsPreset[] PRESETS = new ActionsPreset[] { field in ActionsPresets
55 public static final NotificationPreset[] PRESETS = new NotificationPreset[] { field in NotificationPresets
63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; in updateNotification()97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId)); in onBindViewHolder()103 return NotificationPresets.PRESETS.length; in getItemCount()
44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] { field in NotificationPresets