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.java133 protected Registrant mRingRegistrant; field in BaseCommands
550 mRingRegistrant = new Registrant (h, what, obj); in setOnCallRing()
555 if (mRingRegistrant != null && mRingRegistrant.getHandler() == h) { in unSetOnCallRing()
556 mRingRegistrant.clear(); in unSetOnCallRing()
557 mRingRegistrant = null; in unSetOnCallRing()
DRadioIndication.java452 if (mRil.mRingRegistrant != null) { in callRing()
453 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()