Home
last modified time | relevance | path

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

/packages/apps/Stk/src/com/android/stk/
DStkAppService.java102 protected CatCmdMessage mMainCmd = null; field in StkAppService.StkContext
442 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
443 return mStkContext[slotId].mMainCmd.getMenu(); in getMainMenu()
486 if (mStkContext[slotId].mMainCmd == null) { in handleMessage()
549 if (mStkContext[i].mMainCmd != null) { in handleMessage()
631 mStkContext[slotId].mMainCmd = null; in handleCardStatusChangeAndIccRefresh()
759 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
761 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
769 if (mStkContext[slotId].mMainCmd == null) { in handleSessionEnd()
775 if (mStkContext[slotId].mCurrentMenu != null && mStkContext[slotId].mMainCmd != null) { in handleSessionEnd()
[all …]