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

/packages/services/Mms/src/com/android/mms/service/
H A DMmsService.java75 public class MmsService extends Service implements MmsRequest.RequestManager { class in inherits:Service,MmsRequest.RequestManager
76 public static final String TAG = "MmsService";
98 // TODO: persist this in case MmsService crashes
124 request.execute(MmsService.this, getNetworkManager(request.getSubId()));
126 synchronized (MmsService.this) {
189 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,
196 request.trySendingByCarrierApp(MmsService.this, carrierMessagingServicePackage);
210 final DownloadRequest request = new DownloadRequest(MmsService.this, subId,
216 request.tryDownloadingByCarrierApp(MmsService.this, carrierMessagingServicePackage);
381 new HandlerThread("MmsService RequestQueu
[all...]

Completed in 147 milliseconds