Searched refs:createNotification (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/ |
D | ServiceIntentSender.java | 68 notifications[i] = createNotification(mContext, records[i]); in sendUpdateNotificationIntent() 78 private static Notification createNotification(Context context, MtpDeviceRecord device) { in createNotification() method in ServiceIntentSender
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | NotificationController.java | 180 private void createNotification(@NonNull PrintJobInfo printJob, @Nullable Action firstAction, in createNotification() method in NotificationController 223 createNotification(printJob, createCancelAction(printJob), null); in createPrintingNotification() 231 createNotification(printJob, createCancelAction(printJob), restartActionBuilder.build()); in createFailedNotification() 235 createNotification(printJob, createCancelAction(printJob), null); in createBlockedNotification() 239 createNotification(printJob, null, null); in createCancellingNotification()
|
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/ |
D | MediaNotificationManager.java | 112 Notification notification = createNotification(); in startNotification() 208 Notification notification = createNotification(); 219 Notification notification = createNotification(); 233 private Notification createNotification() { in createNotification() method in MediaNotificationManager
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCard.java | 815 notifications[i] = createNotification(nodes.get(i)); in listNotifications() 856 notifications[i] = createNotification(nodes.get(i)); in retrieveNotificationList() 885 return createNotification(nodes.get(0)); in retrieveNotification() 1191 private static EuiccNotification createNotification(Asn1Node node) in createNotification() method
|