Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java150 protected Registrant mGsmBroadcastSmsRegistrant; field in BaseCommands
379 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()
H A DRadioIndication.java558 if (mRil.mGsmBroadcastSmsRegistrant != null) { in newBroadcastSms()
559 mRil.mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in newBroadcastSms()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2210 if (mGsmBroadcastSmsRegistrant != null) { in notifyGsmBroadcastSms()
2211 mGsmBroadcastSmsRegistrant.notifyRegistrant(new AsyncResult(null, result, null)); in notifyGsmBroadcastSms()