Searched refs:mRingRegistrant (Results 1 – 2 of 2) sorted by relevance
146 protected Registrant mRingRegistrant; field in BaseCommands558 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()
523 if (mRil.mRingRegistrant != null) { in callRing()524 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()