Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java126 protected Registrant mSsnRegistrant; field in BaseCommands
441 mSsnRegistrant = new Registrant (h, what, obj); in setOnSuppServiceNotification()
446 if (mSsnRegistrant != null && mSsnRegistrant.getHandler() == h) { in unSetOnSuppServiceNotification()
447 mSsnRegistrant.clear(); in unSetOnSuppServiceNotification()
448 mSsnRegistrant = null; in unSetOnSuppServiceNotification()
DRadioIndication.java374 if (mRil.mSsnRegistrant != null) { in suppSvcNotify()
375 mRil.mSsnRegistrant.notifyRegistrant(new AsyncResult (null, notification, null)); in suppSvcNotify()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1644 mSsnRegistrant.notifyRegistrant(new AsyncResult(null, not, null)); in triggerSsn()