Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java27 public final int textResId; field in NotificationPreset
29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset()