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.java94 protected Registrant mCatCcAlphaRegistrant; field in BaseCommands
514 mCatCcAlphaRegistrant = new Registrant (h, what, obj); in setOnCatCcAlphaNotify()
519 mCatCcAlphaRegistrant.clear(); in unSetOnCatCcAlphaNotify()
DRIL.java3268 if (mCatCcAlphaRegistrant != null) { in processUnsolicited()
3269 mCatCcAlphaRegistrant.notifyRegistrant( in processUnsolicited()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java1275 if (mCatCcAlphaRegistrant != null) { in triggerIncomingStkCcAlpha()
1276 mCatCcAlphaRegistrant.notifyResult(alphaString); in triggerIncomingStkCcAlpha()