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

/frameworks/base/telephony/java/android/telephony/
H A DMbmsDownloadSession.java66 public class MbmsDownloadSession implements AutoCloseable { class in inherits:AutoCloseable
67 private static final String LOG_TAG = MbmsDownloadSession.class.getSimpleName();
252 private MbmsDownloadSession(Context context, Executor executor, int subscriptionId, method in class:MbmsDownloadSession
260 * Create a new {@link MbmsDownloadSession} using the system default data subscription ID.
263 public static MbmsDownloadSession create(@NonNull Context context,
272 * {@link MbmsDownloadSession} that is returned will not be ready for use until
280 * You may only have one instance of {@link MbmsDownloadSession} per UID. If you call this
281 * method while there is an active instance of {@link MbmsDownloadSession} in your process
289 * {@link MbmsDownloadSession} that you received before calling this method again.
295 * @return A new instance of {@link MbmsDownloadSession}, o
[all...]

Completed in 53 milliseconds