Home
last modified time | relevance | path

Searched refs:nameResId (Results 1 – 9 of 9) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNamedPreset.java23 public final int nameResId; field in NamedPreset
25 public NamedPreset(int nameResId) { in NamedPreset() argument
26 this.nameResId = nameResId; in NamedPreset()
DPriorityPreset.java25 public PriorityPreset(int nameResId) { in PriorityPreset() argument
26 super(nameResId); in PriorityPreset()
DActionsPreset.java26 public ActionsPreset(int nameResId) { in ActionsPreset() argument
27 super(nameResId); in ActionsPreset()
DPriorityPresets.java44 public SimplePriorityPreset(int nameResId, int priority) { in SimplePriorityPreset() argument
45 super(nameResId); in SimplePriorityPreset()
DNotificationPreset.java29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset() argument
30 super(nameResId); in NotificationPreset()
DMainActivity.java340 view.setText(getString(getItem(position).nameResId)); in getDropDownView()
348 view.setText(getString(getItem(position).nameResId)); in getView()
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java26 public final int nameResId; field in NotificationPreset
28 public NotificationPreset(int nameResId) { in NotificationPreset() argument
29 this.nameResId = nameResId; in NotificationPreset()
DMainActivity.java97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId)); in onBindViewHolder()
DNotificationPresets.java175 context.getString(nameResId)); in buildNotification()
270 context.getString(nameResId)); in buildNotification()