Home
last modified time | relevance | path

Searched refs:mCatCallSetUpRegistrant (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java140 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands
509 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()
DRadioIndication.java477 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()
478 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()