Searched refs:mRingRegistrant (Results 1 – 3 of 3) sorted by relevance
154 protected Registrant mRingRegistrant; field in BaseCommands578 mRingRegistrant = new Registrant (h, what, obj); in setOnCallRing()583 if (mRingRegistrant != null && mRingRegistrant.getHandler() == h) { in unSetOnCallRing()584 mRingRegistrant.clear(); in unSetOnCallRing()585 mRingRegistrant = null; in unSetOnCallRing()
85 if (mRil.mRingRegistrant != null) { in callRing()86 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult(null, response, null)); in callRing()
505 if (mRil.mRingRegistrant != null) { in callRing()506 mRil.mRingRegistrant.notifyRegistrant(new AsyncResult (null, response, null)); in callRing()