Searched defs:GsmCellBroadcastHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmCellBroadcastHandler.java39 public class GsmCellBroadcastHandler extends CellBroadcastHandler { class in inherits:CellBroadcastHandler
46 protected GsmCellBroadcastHandler(Context context, PhoneBase phone) { method in class:GsmCellBroadcastHandler
47 super("GsmCellBroadcastHandler", context, phone);
62 public static GsmCellBroadcastHandler makeGsmCellBroadcastHandler(Context context,
64 GsmCellBroadcastHandler handler = new GsmCellBroadcastHandler(context, phone);

Completed in 59 milliseconds