Home
last modified time | relevance | path

Searched refs:PRESETS (Results 1 – 6 of 6) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DMainActivity.java82 NotificationPreset preset = NotificationPresets.PRESETS[ in onCreate()
96 NotificationPresets.PRESETS)); in initPresetSpinner()
116 PriorityPresets.PRESETS)); in initPrioritySpinner()
117 mPrioritySpinner.setSelection(Arrays.asList(PriorityPresets.PRESETS) in initPrioritySpinner()
131 ActionsPresets.PRESETS)); in initActionsSpinner()
218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications()
222 PriorityPreset priorityPreset = PriorityPresets.PRESETS[ in postNotifications()
224 ActionsPreset actionsPreset = ActionsPresets.PRESETS[ in postNotifications()
229 mActionsSpinner.setSelection(Arrays.asList(ActionsPresets.PRESETS).indexOf( in postNotifications()
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected()
DPriorityPresets.java29 public static final PriorityPreset[] PRESETS = new PriorityPreset[] { field in PriorityPresets
DActionsPresets.java30 public static final ActionsPreset[] PRESETS = new ActionsPreset[] { field in ActionsPresets
DNotificationPresets.java55 public static final NotificationPreset[] PRESETS = new NotificationPreset[] { field in NotificationPresets
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DMainActivity.java63 NotificationPreset preset = NotificationPresets.PRESETS[presetIndex]; in updateNotification()
97 view.setText(mContext.getString(NotificationPresets.PRESETS[position].nameResId)); in onBindViewHolder()
103 return NotificationPresets.PRESETS.length; in getItemCount()
DNotificationPresets.java44 public static final NotificationPreset[] PRESETS = new NotificationPreset[] { field in NotificationPresets