Home
last modified time | relevance | path

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

/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java404 NotificationCompat.Builder firstPageBuilder = new NotificationCompat.Builder(context); in buildNotifications() local
407 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() local
502 applyBasicOptions(context, firstPageBuilder, firstPageWearableOptions, options); in buildNotifications()
504 firstPageBuilder.extend( in buildNotifications()
507 return new Notification[]{ firstPageBuilder.build() }; in buildNotifications()