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

/frameworks/base/telephony/java/android/telephony/mbms/
H A DDownloadRequest.java49 public final class DownloadRequest implements Parcelable { class in inherits:Parcelable
71 SerializationDataContainer(DownloadRequest request) {
111 * Constructs a {@link Builder} from a {@link DownloadRequest}
112 * @param other The {@link DownloadRequest} from which the data for the {@link Builder}
115 * {@link DownloadRequest}.
117 public static Builder fromDownloadRequest(DownloadRequest other) {
131 * from {@link DownloadRequest#toByteArray()}.
156 * Builds a new DownloadRequest.
157 * @param sourceUri the source URI for the DownloadRequest to be built. This URI should
220 public DownloadRequest buil
233 private DownloadRequest(String fileServiceId, method in class:DownloadRequest
244 private DownloadRequest(Parcel in) { method in class:DownloadRequest
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
H A DEuiccConnector.java223 static class DownloadRequest { class in class:EuiccConnector
427 DownloadRequest request = new DownloadRequest();
707 DownloadRequest request = (DownloadRequest) message.obj;
930 return ((DownloadRequest) message.obj).mCallback;

Completed in 178 milliseconds