Searched defs:DownloadRequest (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/android/telephony/mbms/
H A DDownloadRequest.java46 public final class DownloadRequest implements Parcelable { class in inherits:Parcelable
77 * Builds a new DownloadRequest.
78 * @param sourceUri the source URI for the DownloadRequest to be built. This URI should
139 * from {@link DownloadRequest#getOpaqueData()}.
160 public DownloadRequest build() {
161 return new DownloadRequest(fileServiceId, source, subscriptionId, appIntent, version);
171 private DownloadRequest(String fileServiceId, method in class:DownloadRequest
181 public static DownloadRequest copy(DownloadRequest other) {
182 return new DownloadRequest(othe
185 private DownloadRequest(DownloadRequest dr) { method in class:DownloadRequest
193 private DownloadRequest(Parcel in) { method in class:DownloadRequest
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java201 static class DownloadRequest { class in class:EuiccConnector
393 DownloadRequest request = new DownloadRequest();
673 DownloadRequest request = (DownloadRequest) message.obj;
858 return ((DownloadRequest) message.obj).mCallback;

Completed in 97 milliseconds