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.java115 protected CatCmdMessage mMainCmd = null; field in StkAppService.StkContext
507 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
508 Menu menu = mStkContext[slotId].mMainCmd.getMenu(); in getMainMenu()
577 if (mStkContext[slotId].mMainCmd == null) { in handleMessage()
640 if (mStkContext[i].mMainCmd != null) { in handleMessage()
739 mStkContext[slotId].mMainCmd = null; in handleCardStatusChangeAndIccRefresh()
988 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
990 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mMainCmd; in handleSessionEnd()
999 if (mStkContext[slotId].mMainCmd == null) { in handleSessionEnd()
1006 if (mStkContext[slotId].mCurrentMenu != null && mStkContext[slotId].mMainCmd != null) { in handleSessionEnd()
[all …]