Searched refs:onServiceReady (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/telephony/src/java/android/telephony/
H A DCarrierMessagingServiceManager.java36 * // wait for onServiceReady callback
84 protected abstract void onServiceReady(ICarrierMessagingService carrierMessagingService); method in class:CarrierMessagingServiceManager
92 onServiceReady(ICarrierMessagingService.Stub.asInterface(service));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCarrierServicesSmsFilter.java194 * asynchronously once the service is ready using {@link #onServiceReady}.
211 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:CarrierServicesSmsFilter.CarrierSmsFilter
H A DSMSDispatcher.java393 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.TextSmsSender
425 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.DataSmsSender
557 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.MultipartSmsSender

Completed in 61 milliseconds