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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
H A DNotificationPreset.java27 public final int textResId; field in class:NotificationPreset
29 public NotificationPreset(int nameResId, int titleResId, int textResId) { argument
32 this.textResId = textResId;

Completed in 65 milliseconds