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.java134 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands
493 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()
DRadioIndication.java414 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()
415 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()