Searched defs:textResId (Results 1 – 1 of 1) sorted by relevance
27 public final int textResId; field in NotificationPreset29 public NotificationPreset(int nameResId, int titleResId, int textResId) { in NotificationPreset()