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.java139 protected Registrant mCatCcAlphaRegistrant; field in BaseCommands
573 mCatCcAlphaRegistrant = new Registrant (h, what, obj); in setOnCatCcAlphaNotify()
578 mCatCcAlphaRegistrant.clear(); in unSetOnCatCcAlphaNotify()
DRadioIndication.java891 if (mRil.mCatCcAlphaRegistrant != null) { in stkCallControlAlphaNotify()
892 mRil.mCatCcAlphaRegistrant.notifyRegistrant(new AsyncResult (null, alpha, null)); in stkCallControlAlphaNotify()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1459 if (mCatCcAlphaRegistrant != null) { in triggerIncomingStkCcAlpha()
1460 mCatCcAlphaRegistrant.notifyResult(alphaString); in triggerIncomingStkCcAlpha()