Searched refs:backgroundIds (Results 1 – 2 of 2) sorted by relevance
44 public final Integer[] backgroundIds; field in NotificationPreset.BuildOptions49 boolean vibrate, Integer[] backgroundIds) { in BuildOptions() argument58 this.backgroundIds = backgroundIds; in BuildOptions()
409 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()