Lines Matching refs:Builder
233 new NotificationCompat.Action.Builder( in generateBigTextStyleNotification()
245 new NotificationCompat.Action.Builder( in generateBigTextStyleNotification()
259 NotificationCompat.Builder notificationCompatBuilder = in generateBigTextStyleNotification()
260 new NotificationCompat.Builder(getApplicationContext()); in generateBigTextStyleNotification()
295 NotificationCompat.Action mainAction = new NotificationCompat.Action.Builder( in generateBigTextStyleNotification()
381 new RemoteInput.Builder(BigPictureSocialIntentService.EXTRA_COMMENT) in generateBigPictureStyleNotification()
400 new NotificationCompat.Action.Builder( in generateBigPictureStyleNotification()
415 NotificationCompat.Builder notificationCompatBuilder = in generateBigPictureStyleNotification()
416 new NotificationCompat.Builder(getApplicationContext()); in generateBigPictureStyleNotification()
505 NotificationCompat.Builder notificationCompatBuilder = in generateInboxStyleNotification()
506 new NotificationCompat.Builder(getApplicationContext()); in generateInboxStyleNotification()
608 Notification chatHistoryForWearV1 = new NotificationCompat.Builder(getApplicationContext()) in generateMessagingStyleNotification()
638 RemoteInput remoteInput = new RemoteInput.Builder(MessagingIntentService.EXTRA_REPLY) in generateMessagingStyleNotification()
655 new NotificationCompat.Action.Builder( in generateMessagingStyleNotification()
673 NotificationCompat.Builder notificationCompatBuilder = in generateMessagingStyleNotification()
674 new NotificationCompat.Builder(getApplicationContext()); in generateMessagingStyleNotification()