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.java106 protected CatCmdMessage mMainCmd = null; field in StkAppService.StkContext
498 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
499 Menu menu = mStkContext[slotId].mMainCmd.getMenu(); in getMainMenu()
568 if (mStkContext[slotId].mMainCmd == null) { in handleMessage()
631 if (mStkContext[i].mMainCmd != null) { in handleMessage()
730 mStkContext[slotId].mMainCmd = null; in handleCardStatusChangeAndIccRefresh()
979 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
981 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
990 if (mStkContext[slotId].mMainCmd == null) { in handleSessionEnd()
997 if (mStkContext[slotId].mCurrentMenu != null && mStkContext[slotId].mMainCmd != null) { in handleSessionEnd()
[all …]