Searched refs:mCatCallSetUpRegistrant (Results 1 – 2 of 2) sorted by relevance
134 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands493 mCatCallSetUpRegistrant = new Registrant (h, what, obj); in setOnCatCallSetUp()498 if (mCatCallSetUpRegistrant != null && mCatCallSetUpRegistrant.getHandler() == h) { in unSetOnCatCallSetUp()499 mCatCallSetUpRegistrant.clear(); in unSetOnCatCallSetUp()500 mCatCallSetUpRegistrant = null; in unSetOnCatCallSetUp()
414 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()415 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()