Lines Matching refs:mSimCount

171     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()
440 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()
449 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()
455 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()
463 if (slotId >= 0 && slotId < mSimCount) { in isMenuPending()
471 if (slotId >= 0 && slotId < mSimCount) { in isDialogPending()
479 if (slotId >= 0 && slotId < mSimCount) { in isMainMenuAvailable()
491 if (slotId >=0 && slotId < mSimCount) { in getMenu()
503 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
678 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
688 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
700 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
709 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
757 int oldSimCount = mSimCount; in handleMultiSimConfigChanged()
758 mSimCount = TelephonyManager.from(mContext).getActiveModemCount(); in handleMultiSimConfigChanged()
759 for (int i = oldSimCount; i < mSimCount; i++) { in handleMultiSimConfigChanged()
767 for (int i = mSimCount; i < oldSimCount; i++) { in handleMultiSimConfigChanged()
785 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()
790 if (i == mSimCount) { in isAllOtherCardsAbsent()
1259 for (int slotId = 0; slotId < mSimCount; slotId++) { in addToMenuSystemOrUpdateLabel()
1705 for (int slot = 0; slot < mSimCount; slot++) { in cancelNotificationOnKeyguard()
1716 return getNotificationId(slotId) + (notificationType * mSimCount); in getNotificationId()
1747 for (int slot = 0; slot < mSimCount; slot++) { in unregisterEvent()
1850 for (int slot = 0; slot < mSimCount; slot++) { in unregisterHomeVisibilityObserver()
2166 for (int index = 0; index < mSimCount; index++) { in setNotificationTitle()
2409 if (slotId >= 0 && slotId < mSimCount) { in getNotificationId()
2445 for (int slot = 0; slot < mSimCount; slot++) { in uninstallIfUnnecessary()
2456 if (slotId >= 0 && slotId < mSimCount) { in getStkContext()