HomeSort by relevance Sort by last modified time
    Searched refs:noteBuilder (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
JobWorkService.java 141 Notification.Builder noteBuilder = new Notification.Builder(this)
150 noteBuilder.setOngoing(true);
154 mNM.notify(R.string.job_service_created, noteBuilder.build());
ServiceStartArguments.java 182 Notification.Builder noteBuilder = new Notification.Builder(this)
191 noteBuilder.setOngoing(true);
195 mNM.notify(R.string.service_created, noteBuilder.build());
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java 111 StringBuilder noteBuilder = new StringBuilder();
113 noteBuilder.append(note.getNote());
115 return noteBuilder.toString();
  /frameworks/opt/vcard/java/com/android/vcard/
VCardBuilder.java     [all...]

Completed in 8116 milliseconds