Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 3 of 3) sorted by relevance
150 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands379 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()384 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()385 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()386 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
558 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()559 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
2210 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()2211 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()