HomeSort by relevance Sort by last modified time
    Searched defs:PRESETS (Results 1 - 13 of 13) sorted by null

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 23 * Collection of notification priority presets.
29 public static final PriorityPreset[] PRESETS = new PriorityPreset[] {
ActionsPresets.java 24 * Collection of notification actions presets.
30 public static final ActionsPreset[] PRESETS = new ActionsPreset[] {
NotificationPresets.java 37 * Collection of notification builder presets.
55 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /developers/samples/android/wearable/wear/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
PriorityPresets.java 23 * Collection of notification priority presets.
29 public static final PriorityPreset[] PRESETS = new PriorityPreset[] {
ActionsPresets.java 24 * Collection of notification actions presets.
30 public static final ActionsPreset[] PRESETS = new ActionsPreset[] {
NotificationPresets.java 37 * Collection of notification builder presets.
55 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
PriorityPresets.java 23 * Collection of notification priority presets.
29 public static final PriorityPreset[] PRESETS = new PriorityPreset[] {
ActionsPresets.java 24 * Collection of notification actions presets.
30 public static final ActionsPreset[] PRESETS = new ActionsPreset[] {
NotificationPresets.java 37 * Collection of notification builder presets.
55 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /developers/build/prebuilts/gradle/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 41 * Collection of notification builder presets.
44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /developers/samples/android/wearable/wear/Notifications/Wearable/src/main/java/com/example/android/support/wearable/notifications/
NotificationPresets.java 41 * Collection of notification builder presets.
44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
NotificationPresets.java 41 * Collection of notification builder presets.
44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 49 /** Default style preset as an index into {@link CaptionStyle#PRESETS}. */
139 return CaptionStyle.PRESETS[preset];
277 public static final CaptionStyle[] PRESETS;
484 PRESETS = new CaptionStyle[] {

Completed in 2138 milliseconds