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.java96 protected Registrant mRingRegistrant; field in BaseCommands
506 mRingRegistrant = new Registrant (h, what, obj); in setOnCallRing()
511 if (mRingRegistrant != null && mRingRegistrant.getHandler() == h) { in unSetOnCallRing()
512 mRingRegistrant.clear(); in unSetOnCallRing()
513 mRingRegistrant = null; in unSetOnCallRing()
DRadioIndication.java412 if (mRil.mRingRegistrant != null) { in callRing()
413 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()