Lines Matching refs:mMainCmd
105 protected CatCmdMessage mMainCmd = null; field in StkAppService.StkContext
503 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
504 Menu menu = mStkContext[slotId].mMainCmd.getMenu(); in getMainMenu()
573 if (mStkContext[slotId].mMainCmd == null) { in handleMessage()
727 mStkContext[slotId].mMainCmd = null; in handleCardStatusChangeAndIccRefresh()
980 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
982 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
991 if (mStkContext[slotId].mMainCmd == null) { in handleSessionEnd()
998 if (mStkContext[slotId].mCurrentMenu != null && mStkContext[slotId].mMainCmd != null) { in handleSessionEnd()
999 mStkContext[slotId].mCurrentMenu = mStkContext[slotId].mMainCmd.getMenu(); in handleSessionEnd()
1115 mStkContext[slotId].mMainCmd = mStkContext[slotId].mCurrentCmd; in handleCmd()
1122 mStkContext[slotId].mMainCmd = null; in handleCmd()
1145 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleCmd()
1735 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in replaceEventList()
2446 if (mStkContext[slot].mMainCmd != null) { in uninstallIfUnnecessary()