Home
last modified time | relevance | path

Searched refs:noteBuilder (Results 1 – 2 of 2) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DJobWorkService.java141 Notification.Builder noteBuilder = new Notification.Builder(this) in showNotification() local
150 noteBuilder.setOngoing(true); in showNotification()
154 mNM.notify(R.string.job_service_created, noteBuilder.build()); in showNotification()
DServiceStartArguments.java182 Notification.Builder noteBuilder = new Notification.Builder(this) in showNotification() local
191 noteBuilder.setOngoing(true); in showNotification()
195 mNM.notify(R.string.service_created, noteBuilder.build()); in showNotification()