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.java152 protected Registrant mCatCcAlphaRegistrant; field in BaseCommands
581 mCatCcAlphaRegistrant = new Registrant (h, what, obj); in setOnCatCcAlphaNotify()
586 mCatCcAlphaRegistrant.clear(); in unSetOnCatCcAlphaNotify()
DRadioIndication.java1009 if (mRil.mCatCcAlphaRegistrant != null) { in stkCallControlAlphaNotify()
1010 mRil.mCatCcAlphaRegistrant.notifyRegistrant(new AsyncResult (null, alpha, null)); in stkCallControlAlphaNotify()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommands.java1530 if (mCatCcAlphaRegistrant != null) { in triggerIncomingStkCcAlpha()
1531 mCatCcAlphaRegistrant.notifyResult(alphaString); in triggerIncomingStkCcAlpha()