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

  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 65 private static final String INBOX_STYLE = "INBOX_STYLE";
73 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
154 case INBOX_STYLE:
459 * Generates a INBOX_STYLE Notification that supports both Wear 1.+ and Wear 2.0.
466 // Main steps for building a INBOX_STYLE notification:
468 // 1. Build the INBOX_STYLE
476 // 1. Build the INBOX_STYLE
478 // This title is slightly different than regular title, since I know INBOX_STYLE is
512 // INBOX_STYLE sets title and conten
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 67 private static final String INBOX_STYLE = "INBOX_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
78 "Demos email type app using INBOX_STYLE",
166 case INBOX_STYLE:
513 * Generates a INBOX_STYLE Notification that supports both phone/tablet and wear. For devices
514 * on API level 16 (4.1.x - Jelly Bean) and after, displays INBOX_STYLE. Otherwise, displays a
522 // Main steps for building a INBOX_STYLE notification:
525 // 2. Build the INBOX_STYLE
537 // 2. Build the INBOX_STYLE
    [all...]
  /developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 69 private static final String INBOX_STYLE = "INBOX_STYLE";
77 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
161 case INBOX_STYLE:
491 * Generates a INBOX_STYLE Notification that supports both Wear 1.+ and Wear 2.0.
498 // Main steps for building a INBOX_STYLE notification:
501 // 2. Build the INBOX_STYLE
513 // 2. Build the INBOX_STYLE
515 // This title is slightly different than regular title, since I know INBOX_STYLE is
550 // INBOX_STYLE sets title and content
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/
MainActivity.java 67 private static final String INBOX_STYLE = "INBOX_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
78 "Demos email type app using INBOX_STYLE",
166 case INBOX_STYLE:
513 * Generates a INBOX_STYLE Notification that supports both phone/tablet and wear. For devices
514 * on API level 16 (4.1.x - Jelly Bean) and after, displays INBOX_STYLE. Otherwise, displays a
522 // Main steps for building a INBOX_STYLE notification:
525 // 2. Build the INBOX_STYLE
537 // 2. Build the INBOX_STYLE
    [all...]
  /developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/
StandaloneMainActivity.java 69 private static final String INBOX_STYLE = "INBOX_STYLE";
77 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
161 case INBOX_STYLE:
491 * Generates a INBOX_STYLE Notification that supports both Wear 1.+ and Wear 2.0.
498 // Main steps for building a INBOX_STYLE notification:
501 // 2. Build the INBOX_STYLE
513 // 2. Build the INBOX_STYLE
515 // This title is slightly different than regular title, since I know INBOX_STYLE is
550 // INBOX_STYLE sets title and content
    [all...]
  /development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/
MainActivity.java 67 private static final String INBOX_STYLE = "INBOX_STYLE";
72 {BIG_TEXT_STYLE, BIG_PICTURE_STYLE, INBOX_STYLE, MESSAGING_STYLE};
78 "Demos email type app using INBOX_STYLE",
166 case INBOX_STYLE:
489 * Generates a INBOX_STYLE Notification that supports both phone/tablet and wear. For devices
490 * on API level 16 (4.1.x - Jelly Bean) and after, displays INBOX_STYLE. Otherwise, displays a
498 // Main steps for building a INBOX_STYLE notification:
500 // 1. Build the INBOX_STYLE
508 // 1. Build the INBOX_STYLE
    [all...]

Completed in 71 milliseconds