Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 3 of 3) sorted by relevance
98 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands326 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()331 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()332 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()333 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
450 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()451 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
2074 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()2075 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()