Searched refs:mGsmSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
82 protected Registrant mGsmSmsRegistrant; field in BaseCommands300 mGsmSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmSms()305 if (mGsmSmsRegistrant != null && mGsmSmsRegistrant.getHandler() == h) { in unSetOnNewGsmSms()306 mGsmSmsRegistrant.clear(); in unSetOnNewGsmSms()307 mGsmSmsRegistrant = null; in unSetOnNewGsmSms()
162 if (mRil.mGsmSmsRegistrant != null) { in newSms()163 mRil.mGsmSmsRegistrant.notifyRegistrant(new AsyncResult(null, sms, null)); in newSms()