Home
last modified time | relevance | path

Searched refs:backgroundIds (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPreset.java44 public final Integer[] backgroundIds; field in NotificationPreset.BuildOptions
49 boolean vibrate, Integer[] backgroundIds) { in BuildOptions() argument
58 this.backgroundIds = backgroundIds; in BuildOptions()
DNotificationPresets.java409 Integer firstBackground = options.backgroundIds == null in buildNotifications()
410 ? null : options.backgroundIds[0]; in buildNotifications()
419 Integer secondBackground = options.backgroundIds == null in buildNotifications()
420 ? null : options.backgroundIds[1]; in buildNotifications()