Lines Matching refs:mSimCount
153 private int mSimCount = 0; field in StkAppService
256 mSimCount = TelephonyManager.from(mContext).getSimCount(); in onCreate()
257 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
258 mStkService = new AppInterface[mSimCount]; in onCreate()
259 mStkContext = new StkContext[mSimCount]; in onCreate()
263 for (i = 0; i < mSimCount; i++) { in onCreate()
298 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()
305 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in onStart()
316 if (i == mSimCount) { in onStart()
379 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()
388 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()
394 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()
402 if (slotId >= 0 && slotId < mSimCount) { in isMenuPending()
410 if (slotId >= 0 && slotId < mSimCount) { in isDialogPending()
422 if (slotId >=0 && slotId < mSimCount) { in getMenu()
434 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
540 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleMessage()
545 if (i == mSimCount) { in handleMessage()
576 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in handleMessage()
586 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
638 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()
643 if (i == mSimCount) { in isAllOtherCardsAbsent()
893 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleCmd()
902 if (i == mSimCount) { in handleCmd()
1724 if (slotId >= 0 && slotId < mSimCount) { in getNotificationId()
1763 if (slotId >= 0 && slotId < mSimCount) { in getStkContext()