Searched refs:mGsmSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
77 protected Registrant mGsmSmsRegistrant; field in BaseCommands286 mGsmSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmSms()291 if (mGsmSmsRegistrant != null && mGsmSmsRegistrant.getHandler() == h) { in unSetOnNewGsmSms()292 mGsmSmsRegistrant.clear(); in unSetOnNewGsmSms()293 mGsmSmsRegistrant = null; in unSetOnNewGsmSms()
2809 if (mGsmSmsRegistrant != null) { in processUnsolicited()2810 mGsmSmsRegistrant in processUnsolicited()