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

/packages/apps/Stk/src/com/android/stk/
H A DStkAppService.java98 protected CatCmdMessage mMainCmd = null; field in class:StkAppService.StkContext
435 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) {
436 return mStkContext[slotId].mMainCmd.getMenu();
479 if (mStkContext[slotId].mMainCmd == null) {
480 CatLog.d(LOG_TAG, "mMainCmd is null");
542 if (mStkContext[i].mMainCmd != null) {
622 mStkContext[slotId].mMainCmd = null;
750 mStkContext[slotId].mCurrentCmd = mStkContext[slotId].mMainCmd;
751 CatLog.d(LOG_TAG, "[handleSessionEnd] - mCurrentCmd changed to mMainCmd!.");
752 mStkContext[slotId].mCurrentMenuCmd = mStkContext[slotId].mMainCmd;
[all...]

Completed in 31 milliseconds