Searched refs:mGsmSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
105 protected Registrant mGsmSmsRegistrant; field in BaseCommands344 mGsmSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmSms()349 if (mGsmSmsRegistrant != null && mGsmSmsRegistrant.getHandler() == h) { in unSetOnNewGsmSms()350 mGsmSmsRegistrant.clear(); in unSetOnNewGsmSms()351 mGsmSmsRegistrant = null; in unSetOnNewGsmSms()
163 if (mRil.mGsmSmsRegistrant != null) { in newSms()164 mRil.mGsmSmsRegistrant.notifyRegistrant(new AsyncResult(null, sms, null)); in newSms()