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

  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 31 import android.service.carrier.CarrierMessagingService;
251 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
257 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) {
263 carrierMessagingService.sendMms(mPduUri, mSubId, locationUri,
269 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
DownloadRequest.java 35 import android.service.carrier.CarrierMessagingService;
286 CarrierMessagingService.DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK);
291 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) {
293 carrierMessagingService.downloadMms(mContentUri, mSubId, Uri.parse(mLocationUrl),
299 CarrierMessagingService.DOWNLOAD_STATUS_RETRY_ON_CARRIER_NETWORK);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java 45 import android.service.carrier.CarrierMessagingService;
349 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
366 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) {
372 carrierMessagingService.sendTextSms(text, getSubId(),
377 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
382 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
397 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) {
404 carrierMessagingService.sendDataSms(data, getSubId(),
409 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK,
414 CarrierMessagingService.SEND_STATUS_RETRY_ON_CARRIER_NETWORK
    [all...]
InboundSmsHandler.java 54 import android.service.carrier.CarrierMessagingService;
757 new Intent(CarrierMessagingService.SERVICE_INTERFACE));
763 getSystemAppForIntent(new Intent(CarrierMessagingService.SERVICE_INTERFACE));
    [all...]

Completed in 3075 milliseconds