Searched refs:mCatCallSetUpRegistrant (Results 1 – 2 of 2) sorted by relevance
140 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands509 mCatCallSetUpRegistrant = new Registrant (h, what, obj); in setOnCatCallSetUp()514 if (mCatCallSetUpRegistrant != null && mCatCallSetUpRegistrant.getHandler() == h) { in unSetOnCatCallSetUp()515 mCatCallSetUpRegistrant.clear(); in unSetOnCatCallSetUp()516 mCatCallSetUpRegistrant = null; in unSetOnCatCallSetUp()
477 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()478 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()