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

/packages/apps/Messaging/src/android/support/v7/mms/
H A DMmsService.java36 public class MmsService extends Service { class in inherits:Service
269 final Intent intent = new Intent(context, MmsService.class);
332 MmsService.this,
/packages/services/Mms/src/com/android/mms/service/
H A DMmsService.java70 public class MmsService extends Service implements MmsRequest.RequestManager { class in inherits:Service,MmsRequest.RequestManager
94 // TODO: persist this in case MmsService crashes
171 final SendRequest request = new SendRequest(MmsService.this, subId, contentUri,
172 locationUrl, sentIntent, callingPkg, configOverrides, MmsService.this);
178 request.trySendingByCarrierApp(MmsService.this, carrierMessagingServicePackage);
199 final DownloadRequest request = new DownloadRequest(MmsService.this, subId, locationUrl,
200 contentUri, downloadedIntent, callingPkg, configOverrides, MmsService.this);
205 request.tryDownloadingByCarrierApp(MmsService.this, carrierMessagingServicePackage);
355 return SubscriptionManager.from(MmsService.this).isActiveSubId(subId);
414 request.execute(MmsService
[all...]

Completed in 70 milliseconds