Searched refs:createNotification (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DServiceIntentSender.java68 notifications[i] = createNotification(mContext, records[i]);
78 private static Notification createNotification(Context context, MtpDeviceRecord device) { method in class:ServiceIntentSender
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java112 Notification notification = createNotification();
208 Notification notification = createNotification();
219 Notification notification = createNotification();
233 private Notification createNotification() { method in class:MediaNotificationManager
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/
H A DMediaNotificationManager.java112 Notification notification = createNotification();
208 Notification notification = createNotification();
219 Notification notification = createNotification();
233 private Notification createNotification() { method in class:MediaNotificationManager
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java180 private void createNotification(@NonNull PrintJobInfo printJob, @Nullable Action firstAction, method in class:NotificationController
223 createNotification(printJob, createCancelAction(printJob), null);
231 createNotification(printJob, createCancelAction(printJob), restartActionBuilder.build());
235 createNotification(printJob, createCancelAction(printJob), null);
239 createNotification(printJob, null, null);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/
H A DEuiccCard.java815 notifications[i] = createNotification(nodes.get(i));
856 notifications[i] = createNotification(nodes.get(i));
885 return createNotification(nodes.get(0));
1191 private static EuiccNotification createNotification(Asn1Node node) method in class:EuiccCard

Completed in 117 milliseconds