HomeSort by relevance Sort by last modified time
    Searched full:cdmainboundsmshandler (Results 1 - 7 of 7) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsBroadcastUndelivered.java 27 import com.android.internal.telephony.cdma.CdmaInboundSmsHandler;
72 private final CdmaInboundSmsHandler mCdmaInboundSmsHandler;
75 CdmaInboundSmsHandler cdmaInboundSmsHandler) {
78 mCdmaInboundSmsHandler = cdmaInboundSmsHandler;
CellBroadcastHandler.java 54 * Handle Cell Broadcast messages from {@code CdmaInboundSmsHandler}.
ImsSMSDispatcher.java 35 import com.android.internal.telephony.cdma.CdmaInboundSmsHandler;
45 private CdmaInboundSmsHandler mCdmaInboundSmsHandler;
62 mCdmaInboundSmsHandler = CdmaInboundSmsHandler.makeInboundSmsHandler(phone.getContext(),
SMSDispatcher.java 111 /** Handle status report from {@code CdmaInboundSmsHandler}. */
244 * from {@link com.android.internal.telephony.cdma.CdmaInboundSmsHandler}.
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaInboundSmsHandler.java 46 public class CdmaInboundSmsHandler extends InboundSmsHandler {
60 private CdmaInboundSmsHandler(Context context, SmsStorageMonitor storageMonitor,
62 super("CdmaInboundSmsHandler", context, storageMonitor, phone,
85 public static CdmaInboundSmsHandler makeInboundSmsHandler(Context context,
87 CdmaInboundSmsHandler handler = new CdmaInboundSmsHandler(context, storageMonitor,
CdmaSMSDispatcher.java 76 * Called from parent class to handle status report from {@code CdmaInboundSmsHandler}.
CdmaServiceCategoryProgramHandler.java 74 * Handle Cell Broadcast messages from {@code CdmaInboundSmsHandler}.

Completed in 249 milliseconds