Home
last modified time | relevance | path

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

/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
DRecipeService.java62 ArrayList<Notification> notificationPages = new ArrayList<Notification>(); in createNotification() local
75 notificationPages.add(builder.build()); in createNotification()
92 .addPages(notificationPages)) in createNotification()