Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 3 of 3) sorted by relevance
137 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands370 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()375 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()376 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()377 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
487 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()488 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
2094 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()2095 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()