Home
last modified time | relevance | path

Searched refs:textResId (Results 1 – 2 of 2) 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() argument
32 this.textResId = textResId; in NotificationPreset()
DMainActivity.java174 mTextEditText.setText(getString(preset.textResId)); in updateTextEditors()