HomeSort by relevance Sort by last modified time
    Searched defs:mbms (Results 1 - 22 of 22) sorted by null

  /frameworks/base/telephony/java/android/telephony/mbms/
MbmsDownloadSessionCallback.java 17 package android.telephony.mbms;
MbmsStreamingSessionCallback.java 17 package android.telephony.mbms;
27 * A callback class that is used to receive information from the middleware on MBMS streaming
StreamingServiceCallback.java 17 package android.telephony.mbms;
StreamingServiceInfo.java 17 package android.telephony.mbms;
29 * Describes a single MBMS streaming service.
DownloadStateCallback.java 17 package android.telephony.mbms;
FileInfo.java 17 package android.telephony.mbms;
25 * Describes a single file that is available over MBMS.
FileServiceInfo.java 17 package android.telephony.mbms;
InternalDownloadSessionCallback.java 17 package android.telephony.mbms;
InternalDownloadStateCallback.java 17 package android.telephony.mbms;
InternalStreamingServiceCallback.java 17 package android.telephony.mbms;
InternalStreamingSessionCallback.java 17 package android.telephony.mbms;
UriPathPair.java 17 package android.telephony.mbms;
24 import android.telephony.mbms.vendor.VendorUtils;
MbmsErrors.java 17 package android.telephony.mbms;
29 * Indicates that either no MBMS middleware app is installed on the device or multiple
55 /** Indicates that the app is not authorized to access media via MBMS.*/
88 /** Indicates that MBMS is not available due to the device being in roaming. */
90 /** Indicates that MBMS is not available due to a SIM read error. */
93 * Indicates that MBMS is not available due to the inserted SIM being from an unsupported
MbmsUtils.java 17 package android.telephony.mbms;
MbmsTempFileProvider.java 17 package android.telephony.mbms;
ServiceInfo.java 17 package android.telephony.mbms;
StreamingService.java 17 package android.telephony.mbms;
24 import android.telephony.mbms.vendor.IMbmsStreamingService;
31 * Class used to represent a single MBMS stream. After a stream has been started with
DownloadRequest.java 17 package android.telephony.mbms;
228 * @return The subscription ID on which to perform MBMS operations.
MbmsDownloadReceiver.java 17 package android.telephony.mbms;
29 import android.telephony.mbms.vendor.VendorUtils;
49 * that wish to download using MBMS APIs should declare this class in their AndroidManifest.xml as
53 android:name="android.telephony.mbms.MbmsDownloadReceiver"
64 public static final String MBMS_FILE_PROVIDER_META_DATA_KEY = "mbms-file-provider-authority";
  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
MbmsStreamingServiceBase.java 17 package android.telephony.mbms.vendor;
25 import android.telephony.mbms.IMbmsStreamingSessionCallback;
26 import android.telephony.mbms.IStreamingServiceCallback;
27 import android.telephony.mbms.MbmsErrors;
28 import android.telephony.mbms.MbmsStreamingSessionCallback;
29 import android.telephony.mbms.StreamingService;
30 import android.telephony.mbms.StreamingServiceCallback;
31 import android.telephony.mbms.StreamingServiceInfo;
36 * Base class for MBMS streaming services. The middleware should return an instance of this
MbmsDownloadServiceBase.java 17 package android.telephony.mbms.vendor;
26 import android.telephony.mbms.DownloadRequest;
27 import android.telephony.mbms.DownloadStateCallback;
28 import android.telephony.mbms.FileInfo;
29 import android.telephony.mbms.FileServiceInfo;
30 import android.telephony.mbms.IDownloadStateCallback;
31 import android.telephony.mbms.IMbmsDownloadSessionCallback;
32 import android.telephony.mbms.MbmsDownloadSessionCallback;
33 import android.telephony.mbms.MbmsErrors;
180 * app's {@link android.telephony.mbms.MbmsDownloadReceiver}
    [all...]
VendorUtils.java 17 package android.telephony.mbms.vendor;
26 import android.telephony.mbms.MbmsDownloadReceiver;
32 * Contains constants and utility methods for MBMS Download middleware apps to communicate with
40 * The MBMS middleware should send this when a download of single file has completed or
50 "android.telephony.mbms.action.DOWNLOAD_RESULT_INTERNAL";
53 * The MBMS middleware should send this when it wishes to request {@code content://} URIs to
63 "android.telephony.mbms.action.FILE_DESCRIPTOR_REQUEST";
66 * The MBMS middleware should send this when it wishes to clean up temp files in the app's
71 "android.telephony.mbms.action.CLEANUP";
79 public static final String EXTRA_TEMP_LIST = "android.telephony.mbms.extra.TEMP_LIST"
    [all...]

Completed in 145 milliseconds