Searched defs: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 DInboundSmsHandler.java1303 * asynchronously once the service is ready using {@link #onServiceReady}.
1320 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:InboundSmsHandler.CarrierSmsFilter
H A DSMSDispatcher.java370 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.TextSmsSender
402 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.DataSmsSender
534 protected void onServiceReady(ICarrierMessagingService carrierMessagingService) { method in class:SMSDispatcher.MultipartSmsSender

Completed in 82 milliseconds