Home | History | Annotate | Download | only in com.example.android.wearable.recipeassistant

Lines Matching refs:Builder

73             NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
74 builder.setStyle(style);
75 notificationPages.add(builder.build());
78 NotificationCompat.Builder builder = new NotificationCompat.Builder(this);
84 builder.setLargeIcon(recipeImage);
86 builder.setContentTitle(mRecipe.titleText);
87 builder.setContentText(mRecipe.summaryText);
88 builder.setSmallIcon(R.mipmap.ic_notification_recipe);
90 Notification notification = builder