Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DVoiceIndication.java428 if (mRil.mCatCcAlphaRegistrant != null) { in stkCallControlAlphaNotify()
429 mRil.mCatCcAlphaRegistrant.notifyRegistrant(new AsyncResult(null, alpha, null)); in stkCallControlAlphaNotify()
DBaseCommands.java160 protected Registrant mCatCcAlphaRegistrant; field in BaseCommands
601 mCatCcAlphaRegistrant = new Registrant (h, what, obj); in setOnCatCcAlphaNotify()
606 mCatCcAlphaRegistrant.clear(); in unSetOnCatCcAlphaNotify()
DRadioIndication.java977 if (mRil.mCatCcAlphaRegistrant != null) { in stkCallControlAlphaNotify()
978 mRil.mCatCcAlphaRegistrant.notifyRegistrant(new AsyncResult (null, alpha, null)); in stkCallControlAlphaNotify()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1496 if (mCatCcAlphaRegistrant != null) { in triggerIncomingStkCcAlpha()
1497 mCatCcAlphaRegistrant.notifyResult(alphaString); in triggerIncomingStkCcAlpha()