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.java107 protected CatCmdMessage mCurrentCmd = null; field in StkAppService.StkContext
581 mStkContext[slotId].mCurrentCmd.getCmdType()); in handleMessage()
733 if (mStkContext[slotId].mCurrentCmd != null in handleCardStatusChangeAndIccRefresh()
734 && mStkContext[slotId].mCurrentCmd.getCmdType().value() in handleCardStatusChangeAndIccRefresh()
885 if (mStkContext[slotId].mCurrentCmd == null) { in sendScreenBusyResponse()
888 CatResponseMessage resMsg = new CatResponseMessage(mStkContext[slotId].mCurrentCmd); in sendScreenBusyResponse()
979 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
1076 mStkContext[slotId].mCurrentCmd = cmdMsg; in handleCmd()
1115 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mCurrentCmd; in handleCmd()
1121 mStkContext[slotId].mMainCmd = mStkContext[slotId].mCurrentCmd; in handleCmd()
[all …]