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