Searched refs:noteBuilder (Results 1 – 2 of 2) sorted by relevance
141 Notification.Builder noteBuilder = new Notification.Builder(this) in showNotification() local150 noteBuilder.setOngoing(true); in showNotification()154 mNM.notify(R.string.job_service_created, noteBuilder.build()); in showNotification()
182 Notification.Builder noteBuilder = new Notification.Builder(this) in showNotification() local191 noteBuilder.setOngoing(true); in showNotification()195 mNM.notify(R.string.service_created, noteBuilder.build()); in showNotification()