Searched refs:mSimCount (Results 1 – 1 of 1) sorted by relevance
182 private int mSimCount = 0; field in StkAppService319 mSimCount = TelephonyManager.from(mContext).getActiveModemCount(); in onCreate()321 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()325 for (i = 0; i < mSimCount; i++) { in onCreate()360 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()367 for (i = 0; i < mSimCount; i++) { in onStart()378 if (i == mSimCount) { in onStart()444 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()453 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()459 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()[all …]