Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 4 of 4) sorted by relevance
94 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()95 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, data, null)); in newBroadcastSms()
158 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands399 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()404 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()405 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()406 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
538 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()539 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
2162 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()2163 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()