Home
last modified time | relevance | path

Searched refs:textPreset (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java37 public final CharSequence textPreset; field in NotificationPreset.BuildOptions
46 public BuildOptions(CharSequence titlePreset, CharSequence textPreset, in BuildOptions() argument
51 this.textPreset = textPreset; in BuildOptions()
DMainActivity.java221 CharSequence textPreset = mTextEditText.getText(); in postNotifications() local
234 textPreset, in postNotifications()
DNotificationPresets.java74 .setContentText(options.textPreset) in applyBasicOptions()
289 .setContentText(options.textPreset) in buildNotifications()
296 .setContentText(options.textPreset) in buildNotifications()