Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
93 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands312 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()317 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()318 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()319 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
2998 if (mGsmBroadcastSmsRegistrant != null) { in processUnsolicited()2999 mGsmBroadcastSmsRegistrant in processUnsolicited()