Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 3 of 3) 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()
495 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()496 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
2173 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()2174 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()