Home
last modified time | relevance | path

Searched refs:mRingRegistrant (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java146 protected Registrant mRingRegistrant; field in BaseCommands
558 mRingRegistrant = new Registrant (h, what, obj); in setOnCallRing()
563 if (mRingRegistrant != null && mRingRegistrant.getHandler() == h) { in unSetOnCallRing()
564 mRingRegistrant.clear(); in unSetOnCallRing()
565 mRingRegistrant = null; in unSetOnCallRing()
DRadioIndication.java523 if (mRil.mRingRegistrant != null) { in callRing()
524 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()