HomeSort by relevance Sort by last modified time
    Searched refs:GsmCellBroadcastHandler (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 38 public class GsmCellBroadcastHandler extends CellBroadcastHandler {
45 protected GsmCellBroadcastHandler(Context context, PhoneBase phone) {
46 super("GsmCellBroadcastHandler", context, phone);
61 public static GsmCellBroadcastHandler makeGsmCellBroadcastHandler(Context context,
63 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);
GsmInboundSmsHandler.java 47 GsmCellBroadcastHandler.makeGsmCellBroadcastHandler(context, phone));
155 mCellBroadcastHandler = GsmCellBroadcastHandler

Completed in 89 milliseconds