Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java146 protected Registrant mCatCcAlphaRegistrant; field in BaseCommands
565 mCatCcAlphaRegistrant = new Registrant (h, what, obj); in setOnCatCcAlphaNotify()
570 mCatCcAlphaRegistrant.clear(); in unSetOnCatCcAlphaNotify()
DRadioIndication.java928 if (mRil.mCatCcAlphaRegistrant != null) { in stkCallControlAlphaNotify()
929 mRil.mCatCcAlphaRegistrant.notifyRegistrant(new AsyncResult (null, alpha, null)); in stkCallControlAlphaNotify()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1497 if (mCatCcAlphaRegistrant != null) { in triggerIncomingStkCcAlpha()
1498 mCatCcAlphaRegistrant.notifyResult(alphaString); in triggerIncomingStkCcAlpha()