Home
last modified time | relevance | path

Searched defs:nameResId (Results 1 – 6 of 6) 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()
DPriorityPreset.java25 public PriorityPreset(int nameResId) { in PriorityPreset()
DActionsPreset.java26 public ActionsPreset(int nameResId) { in ActionsPreset()
DPriorityPresets.java44 public SimplePriorityPreset(int nameResId, int priority) { in SimplePriorityPreset()
DNotificationPreset.java29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset()
/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()