Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java144 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands
363 mGsmBroadcastSmsRegistrant = new Registrant (h, what, obj); in setOnNewGsmBroadcastSms()
368 if (mGsmBroadcastSmsRegistrant != null && mGsmBroadcastSmsRegistrant.getHandler() == h) { in unSetOnNewGsmBroadcastSms()
369 mGsmBroadcastSmsRegistrant.clear(); in unSetOnNewGsmBroadcastSms()
370 mGsmBroadcastSmsRegistrant = null; in unSetOnNewGsmBroadcastSms()
DRadioIndication.java495 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()
496 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java2173 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()
2174 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()