Lines Matching refs:Builder
255 new NotificationCompat.Action.Builder( in generateBigTextStyleNotification()
268 new NotificationCompat.Action.Builder( in generateBigTextStyleNotification()
282 NotificationCompat.Builder notificationCompatBuilder = in generateBigTextStyleNotification()
283 new NotificationCompat.Builder(getApplicationContext()); in generateBigTextStyleNotification()
407 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT) in generateBigPictureStyleNotification()
428 new NotificationCompat.Action.Builder( in generateBigPictureStyleNotification()
441 NotificationCompat.Builder notificationCompatBuilder = in generateBigPictureStyleNotification()
442 new NotificationCompat.Builder(getApplicationContext()); in generateBigPictureStyleNotification()
563 NotificationCompat.Builder notificationCompatBuilder = in generateInboxStyleNotification()
564 new NotificationCompat.Builder(getApplicationContext()); in generateInboxStyleNotification()
663 Notification chatHistoryForWearV1 = new NotificationCompat.Builder(getApplicationContext()) in generateMessagingStyleNotification()
725 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
744 new NotificationCompat.Action.Builder( in generateMessagingStyleNotification()
760 NotificationCompat.Builder notificationCompatBuilder = in generateMessagingStyleNotification()
761 new NotificationCompat.Builder(getApplicationContext()); in generateMessagingStyleNotification()