Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java106 protected CatCmdMessage mCurrentCmd = null; field in StkAppService.StkContext
586 mStkContext[slotId].mCurrentCmd.getCmdType()); in handleMessage()
730 if (mStkContext[slotId].mCurrentCmd != null in handleCardStatusChangeAndIccRefresh()
731 && mStkContext[slotId].mCurrentCmd.getCmdType().value() in handleCardStatusChangeAndIccRefresh()
886 if (mStkContext[slotId].mCurrentCmd == null) { in sendScreenBusyResponse()
889 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse()
980 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
1077 mStkContext[slotId].mCurrentCmd = cmdMsg; in handleCmd()
1109 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mCurrentCmd; in handleCmd()
1115 mStkContext[slotId].mMainCmd = mStkContext[slotId].mCurrentCmd; in handleCmd()
[all …]