Searched refs:textPreset (Results 1 – 3 of 3) sorted by relevance
37 public final CharSequence textPreset; field in NotificationPreset.BuildOptions46 public BuildOptions(CharSequence titlePreset, CharSequence textPreset, in BuildOptions() argument51 this.textPreset = textPreset; in BuildOptions()
221 CharSequence textPreset = mTextEditText.getText(); in postNotifications() local234 textPreset, in postNotifications()
74 .setContentText(options.textPreset) in applyBasicOptions()289 .setContentText(options.textPreset) in buildNotifications()296 .setContentText(options.textPreset) in buildNotifications()