Searched defs:backgroundIds (Results 1 - 1 of 1) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
H A DNotificationPreset.java44 public final Integer[] backgroundIds; field in class:NotificationPreset.BuildOptions
49 boolean vibrate, Integer[] backgroundIds) {
58 this.backgroundIds = backgroundIds;
46 BuildOptions(CharSequence titlePreset, CharSequence textPreset, PriorityPreset priorityPreset, ActionsPreset actionsPreset, boolean includeLargeIcon, boolean isLocalOnly, boolean hasContentIntent, boolean vibrate, Integer[] backgroundIds) argument

Completed in 826 milliseconds