Searched refs:notificationBuilder (Results 1 – 3 of 3) sorted by relevance
81 final Notification.Builder notificationBuilder = in startForeground() local84 final Notification notification = notificationBuilder.setOngoing(true) in startForeground()
109 Notification.Builder notificationBuilder = in createNotification() local113 sNotificationManager.notify(1, notificationBuilder.build()); in createNotification()