Home
last modified time | relevance | path

Searched refs:mGsmBroadcastSmsRegistrant (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMessagingIndication.java94 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()
95 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, data, null)); in newBroadcastSms()
DBaseCommands.java158 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands
399 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()
DRadioIndication.java538 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()
539 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2162 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()
2163 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()