Searched refs:mCatCallSetUpRegistrant (Results 1 – 2 of 2) sorted by relevance
127 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands500 mCatCallSetUpRegistrant = new Registrant (h, what, obj); in setOnCatCallSetUp()505 if (mCatCallSetUpRegistrant != null && mCatCallSetUpRegistrant.getHandler() == h) { in unSetOnCatCallSetUp()506 mCatCallSetUpRegistrant.clear(); in unSetOnCatCallSetUp()507 mCatCallSetUpRegistrant = null; in unSetOnCatCallSetUp()
406 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()407 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()