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.java140 protected Registrant mRingRegistrant; field in BaseCommands
542 mRingRegistrant = new Registrant (h, what, obj); in setOnCallRing()
547 if (mRingRegistrant != null && mRingRegistrant.getHandler() == h) { in unSetOnCallRing()
548 mRingRegistrant.clear(); in unSetOnCallRing()
549 mRingRegistrant = null; in unSetOnCallRing()
DRadioIndication.java460 if (mRil.mRingRegistrant != null) { in callRing()
461 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()