一 初始化 手机开机初始化调用GSMPhone 构造函数. GSMPhone (Context context, CommandsInterface ci, PhoneNotifier notifier, boolean unitTestMode) 创建 mSMS = new GsmSMSDispatcher(this); 该类继承于SMSDispatcher.类SMSDispatcher中构造函数中初始化了 短信的消息 mCm.setOnNewSMS(this, EVENT_NEW_SMS,…