Searched refs:firstPageBuilder (Results 1 – 1 of 1) sorted by relevance
404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context); in buildNotifications() local407 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options); in buildNotifications()416 firstPageBuilder.setStyle(style); in buildNotifications()428 firstPageBuilder.extend( in buildNotifications()431 return new Notification[]{ firstPageBuilder.build() }; in buildNotifications()499 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context); in buildNotifications() local502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options); in buildNotifications()504 firstPageBuilder.extend( in buildNotifications()507 return new Notification[]{ firstPageBuilder.build() }; in buildNotifications()