Home
last modified time | relevance | path

Searched refs:NotificationPresets (Results 1 – 4 of 4) sorted by relevance

/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.java43 public class NotificationPresets { class
/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()
175 if (preset == NotificationPresets.BASIC) { in updateTextEditors()
218 NotificationPreset preset = NotificationPresets.PRESETS[ in postNotifications()
268 NotificationPreset preset = NotificationPresets.PRESETS[position]; in onItemSelected()
DNotificationPresets.java39 public class NotificationPresets { class