Lines Matching refs:mSimCount

172     private int mSimCount = 0;  field in StkAppService
310 mSimCount = TelephonyManager.from(mContext).getActiveModemCount(); in onCreate()
312 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
316 for (i = 0; i < mSimCount; i++) { in onCreate()
351 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()
358 for (i = 0; i < mSimCount; i++) { in onStart()
369 if (i == mSimCount) { in onStart()
435 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()
444 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()
450 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()
458 if (slotId >= 0 && slotId < mSimCount) { in isMenuPending()
466 if (slotId >= 0 && slotId < mSimCount) { in isDialogPending()
474 if (slotId >= 0 && slotId < mSimCount) { in isMainMenuAvailable()
486 if (slotId >=0 && slotId < mSimCount) { in getMenu()
498 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
673 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
683 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
695 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
704 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
752 int oldSimCount = mSimCount; in handleMultiSimConfigChanged()
753 mSimCount = TelephonyManager.from(mContext).getActiveModemCount(); in handleMultiSimConfigChanged()
754 for (int i = oldSimCount; i < mSimCount; i++) { in handleMultiSimConfigChanged()
762 for (int i = mSimCount; i < oldSimCount; i++) { in handleMultiSimConfigChanged()
780 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()
785 if (i == mSimCount) { in isAllOtherCardsAbsent()
1254 for (int slotId = 0; slotId < mSimCount; slotId++) { in addToMenuSystemOrUpdateLabel()
1713 for (int slot = 0; slot < mSimCount; slot++) { in registerUserPresentReceiver()
1725 for (int slot = 0; slot < mSimCount; slot++) { in unregisterUserPresentReceiver()
1739 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
1770 for (int slot = 0; slot < mSimCount; slot++) { in unregisterEvent()
1873 for (int slot = 0; slot < mSimCount; slot++) { in unregisterHomeVisibilityObserver()
2413 if (slotId >= 0 && slotId < mSimCount) { in getNotificationId()
2449 for (int slot = 0; slot < mSimCount; slot++) { in uninstallIfUnnecessary()
2460 if (slotId >= 0 && slotId < mSimCount) { in getStkContext()