Home
last modified time | relevance | path

Searched refs:mICarrierMessagingService (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/carrier/
DCarrierMessagingServiceWrapper.java54 private volatile ICarrierMessagingService mICarrierMessagingService; field in CarrierMessagingServiceWrapper
100 mICarrierMessagingService = carrierMessagingService; in onServiceReady()
117 if (mICarrierMessagingService != null) { in filterSms()
119 mICarrierMessagingService.filterSms(pdu, format, destPort, subId, in filterSms()
141 if (mICarrierMessagingService != null) { in sendTextSms()
143 mICarrierMessagingService.sendTextSms(text, subId, destAddress, sendSmsFlag, in sendTextSms()
167 if (mICarrierMessagingService != null) { in sendDataSms()
169 mICarrierMessagingService.sendDataSms(data, subId, destAddress, destPort, in sendDataSms()
192 if (mICarrierMessagingService != null) { in sendMultipartTextSms()
194 mICarrierMessagingService.sendMultipartTextSms(parts, subId, destAddress, in sendMultipartTextSms()
[all …]