Searched refs:nameResId (Results 1 – 9 of 9) sorted by relevance
23 public final int nameResId; field in NamedPreset25 public NamedPreset(int nameResId) { in NamedPreset() argument26 this.nameResId = nameResId; in NamedPreset()
25 public PriorityPreset(int nameResId) { in PriorityPreset() argument26 super(nameResId); in PriorityPreset()
26 public ActionsPreset(int nameResId) { in ActionsPreset() argument27 super(nameResId); in ActionsPreset()
44 public SimplePriorityPreset(int nameResId, int priority) { in SimplePriorityPreset() argument45 super(nameResId); in SimplePriorityPreset()
29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset() argument30 super(nameResId); in NotificationPreset()
340 view.setText(getString(getItem(position).nameResId)); in getDropDownView()348 view.setText(getString(getItem(position).nameResId)); in getView()
26 public final int nameResId; field in NotificationPreset28 public NotificationPreset(int nameResId) { in NotificationPreset() argument29 this.nameResId = nameResId; in NotificationPreset()
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId)); in onBindViewHolder()
175 context.getString(nameResId)); in buildNotification()270 context.getString(nameResId)); in buildNotification()