Searched refs:NotificationPresets (Results 1 – 4 of 4) sorted by relevance
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()
43 public class NotificationPresets { class
82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate()96 NotificationPresets.PRESETS)); in initPresetSpinner()175 if (preset == NotificationPresets.BASIC) { in updateTextEditors()218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications()268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected()
39 public class NotificationPresets { class