Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java148 protected Registrant mCatCallSetUpRegistrant; field in BaseCommands
529 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()
DVoiceIndication.java443 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()
444 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult(null, timeout, null)); in stkCallSetup()
DRadioIndication.java459 if (mRil.mCatCallSetUpRegistrant != null) { in stkCallSetup()
460 mRil.mCatCallSetUpRegistrant.notifyRegistrant(new AsyncResult (null, timeout, null)); in stkCallSetup()