HomeSort by relevance Sort by last modified time
    Searched refs:textPreset (Results 1 - 7 of 7) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 37 public final CharSequence textPreset;
46 public BuildOptions(CharSequence titlePreset, CharSequence textPreset,
51 this.textPreset = textPreset;
NotificationPresets.java 74 .setContentText(options.textPreset)
289 .setContentText(options.textPreset)
296 .setContentText(options.textPreset)
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
NotificationPreset.java 37 public final CharSequence textPreset;
46 public BuildOptions(CharSequence titlePreset, CharSequence textPreset,
51 this.textPreset = textPreset;
NotificationPresets.java 74 .setContentText(options.textPreset)
289 .setContentText(options.textPreset)
296 .setContentText(options.textPreset)
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
NotificationPreset.java 37 public final CharSequence textPreset;
46 public BuildOptions(CharSequence titlePreset, CharSequence textPreset,
51 this.textPreset = textPreset;
MainActivity.java 221 CharSequence textPreset = mTextEditText.getText();
234 textPreset,
NotificationPresets.java 74 .setContentText(options.textPreset)
289 .setContentText(options.textPreset)
296 .setContentText(options.textPreset)

Completed in 496 milliseconds