Searched refs:notificationBuilder (Results 1 – 4 of 4) sorted by relevance
85 final Notification.Builder notificationBuilder = in startForeground() local88 final Notification notification = notificationBuilder.setOngoing(true) in startForeground()
113 Notification.Builder notificationBuilder = in createNotification() local117 sNotificationManager.notify(1, notificationBuilder.build()); in createNotification()
158 Notification.Builder notificationBuilder = new Notification.Builder(this, CHANNEL_ID); in onStartCommand() local165 Notification notification = notificationBuilder.setOngoing(true).setContentTitle( in onStartCommand()