Home
last modified time | relevance | path

Searched defs:NotificationPreset (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java25 public abstract class NotificationPreset { class
28 public NotificationPreset(int nameResId) { in NotificationPreset() method in NotificationPreset
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java25 public abstract class NotificationPreset extends NamedPreset { class
29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset() method in NotificationPreset