Searched refs:mCatCallSetUpRegistrant (Results 1 – 3 of 3) sorted by relevance
148 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands529 mCatCallSetUpRegistrant = new Registrant (h, what, obj); in setOnCatCallSetUp()534 if (mCatCallSetUpRegistrant != null && mCatCallSetUpRegistrant.getHandler() == h) { in unSetOnCatCallSetUp()535 mCatCallSetUpRegistrant.clear(); in unSetOnCatCallSetUp()536 mCatCallSetUpRegistrant = null; in unSetOnCatCallSetUp()
443 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()444 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult(null, timeout, null)); in stkCallSetup()
459 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()460 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()