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

  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 66 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
73 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
158 case MESSAGING_STYLE:
550 * Generates a MESSAGING_STYLE Notification that supports both Wear 1.+ and Wear 2.0. For
551 * devices on API level 24 (Wear 2.0) and after, displays MESSAGING_STYLE. Otherwise, displays
571 // Main steps for building a MESSAGING_STYLE notification:
573 // 1. Build the MESSAGING_STYLE
583 // 1. Build the Notification.Style (MESSAGING_STYLE)
602 // Since Wear 1.0 doesn't support the MESSAGING_STYLE, we use the BIG_TEXT_STYLE, so all th
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 68 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
79 "Demos messaging app using MESSAGING_STYLE + inline notification responses"
170 case MESSAGING_STYLE:
234 // For an example of option 1, check either the MESSAGING_STYLE or BIG_PICTURE_STYLE
652 * Generates a MESSAGING_STYLE Notification that supports both phone/tablet and wear. For
653 * devices on API level 24 (7.0 - Nougat) and after, displays MESSAGING_STYLE. Otherwise,
660 // Main steps for building a MESSAGING_STYLE notification:
663 // 2. Build the MESSAGING_STYLE
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 70 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
77 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
165 case MESSAGING_STYLE:
594 * Generates a MESSAGING_STYLE Notification that supports both Wear 1.+ and Wear 2.0. For
595 * devices on API level 24 (Wear 2.0) and after, displays MESSAGING_STYLE. Otherwise, displays
615 // Main steps for building a MESSAGING_STYLE notification:
618 // 2. Build the MESSAGING_STYLE
631 // 2. Build the Notification.Style (MESSAGING_STYLE).
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 68 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
79 "Demos messaging app using MESSAGING_STYLE + inline notification responses"
170 case MESSAGING_STYLE:
234 // For an example of option 1, check either the MESSAGING_STYLE or BIG_PICTURE_STYLE
652 * Generates a MESSAGING_STYLE Notification that supports both phone/tablet and wear. For
653 * devices on API level 24 (7.0 - Nougat) and after, displays MESSAGING_STYLE. Otherwise,
660 // Main steps for building a MESSAGING_STYLE notification:
663 // 2. Build the MESSAGING_STYLE
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 70 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
77 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
165 case MESSAGING_STYLE:
594 * Generates a MESSAGING_STYLE Notification that supports both Wear 1.+ and Wear 2.0. For
595 * devices on API level 24 (Wear 2.0) and after, displays MESSAGING_STYLE. Otherwise, displays
615 // Main steps for building a MESSAGING_STYLE notification:
618 // 2. Build the MESSAGING_STYLE
631 // 2. Build the Notification.Style (MESSAGING_STYLE).
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 68 private static final String MESSAGING_STYLE = "MESSAGING_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
79 "Demos messaging app using MESSAGING_STYLE + inline notification responses"
170 case MESSAGING_STYLE:
228 // For an example of option 1, check either the MESSAGING_STYLE or BIG_PICTURE_STYLE
618 * Generates a MESSAGING_STYLE Notification that supports both phone/tablet and wear. For
619 * devices on API level 24 (7.0 - Nougat) and after, displays MESSAGING_STYLE. Otherwise,
626 // Main steps for building a MESSAGING_STYLE notification:
628 // 1. Build the MESSAGING_STYLE
    [all...]

Completed in 150 milliseconds