Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 2 of 2) sorted by relevance
144 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands363 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()368 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()369 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()370 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
494 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()495 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()