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

  /developers/build/prebuilts/gradle/Notifications/Application/src/main/java/com/example/android/support/wearable/notifications/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
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/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
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/
MainActivity.java 82 NotificationPreset preset = NotificationPresets.PRESETS[
96 NotificationPresets.PRESETS));
116 PriorityPresets.PRESETS));
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS)
131 ActionsPresets.PRESETS));
218 NotificationPreset preset = NotificationPresets.PRESETS[
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[
227 // If actions are required, but the no-actions preset was selected, change presets.
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf
    [all...]
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/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
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/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
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/
MainActivity.java 63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex];
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId));
103 return NotificationPresets.PRESETS.length;
NotificationPresets.java 41 * Collection of notification builder presets.
44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] {

Completed in 158 milliseconds