Home
last modified time | relevance | path

Searched refs:pduUri (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DICarrierMessagingService.aidl98 void sendMms(in Uri pduUri, int subId, in Uri location, in sendMms() argument
111 void downloadMms(in Uri pduUri, int subId, in Uri location, in downloadMms() argument
DCarrierMessagingService.java325 public void onSendMms(@NonNull Uri pduUri, int subId, in onSendMms() argument
552 public void sendMms(Uri pduUri, int subId, Uri location, in sendMms() argument
554 onSendMms(pduUri, subId, location, new ResultCallback<SendMmsResult>() { in sendMms()
563 public void downloadMms(Uri pduUri, int subId, Uri location, in downloadMms() argument
565 onDownloadMms(pduUri, subId, location, new ResultCallback<Integer>() { in downloadMms()
DCarrierMessagingServiceWrapper.java258 public void sendMms(@NonNull Uri pduUri, int subId, @NonNull Uri location, in sendMms() argument
263 mICarrierMessagingService.sendMms(pduUri, subId, location, in sendMms()
283 public void downloadMms(@NonNull Uri pduUri, int subId, @NonNull Uri location, in downloadMms() argument
288 mICarrierMessagingService.downloadMms(pduUri, subId, location, in downloadMms()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...