Searched refs:mMainCmd (Results 1 – 1 of 1) sorted by relevance
105 protected CatCmdMessage mMainCmd = null; field in StkAppService.StkContext503 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()[all …]