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