Searched refs:EXTRA_DEVICE_NOTIFICATIONS (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsService.java41 static final String EXTRA_DEVICE_NOTIFICATIONS = "deviceNotifications"; field in class:MtpDocumentsService
63 final Notification[] notifications = intent.hasExtra(EXTRA_DEVICE_NOTIFICATIONS) ?
65 EXTRA_DEVICE_NOTIFICATIONS)) : null;
H A DServiceIntentSender.java71 intent.putExtra(MtpDocumentsService.EXTRA_DEVICE_NOTIFICATIONS, notifications);

Completed in 107 milliseconds