• Home
  • Raw
  • Download

Lines Matching refs:mSimCount

181     private int mSimCount = 0;  field in StkAppService
308 mSimCount = TelephonyManager.from(mContext).getSimCount(); in onCreate()
309 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
310 mStkService = new AppInterface[mSimCount]; in onCreate()
311 mStkContext = new StkContext[mSimCount]; in onCreate()
313 for (i = 0; i < mSimCount; i++) { in onCreate()
348 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()
355 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in onStart()
366 if (i == mSimCount) { in onStart()
432 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()
441 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()
447 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()
455 if (slotId >= 0 && slotId < mSimCount) { in isMenuPending()
463 if (slotId >= 0 && slotId < mSimCount) { in isDialogPending()
471 if (slotId >= 0 && slotId < mSimCount) { in isMainMenuAvailable()
483 if (slotId >=0 && slotId < mSimCount) { in getMenu()
495 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
497 if (menu != null && mSimCount > PhoneConstants.MAX_PHONE_COUNT_SINGLE_SIM) { in getMainMenu()
622 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleMessage()
627 if (i == mSimCount) { in handleMessage()
687 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in handleMessage()
697 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
709 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in handleMessage()
753 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()
758 if (i == mSimCount) { in isAllOtherCardsAbsent()
1079 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleCmd()
1086 if (i == mSimCount) { in handleCmd()
1664 for (int slot = 0; slot < mSimCount; slot++) { in registerUserPresentReceiver()
1676 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in unregisterUserPresentReceiver()
1690 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
1740 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in unregisterEvent()
1854 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in unregisterProcessObserver()
2406 if (slotId >= 0 && slotId < mSimCount) { in getNotificationId()
2445 if (slotId >= 0 && slotId < mSimCount) { in getStkContext()