Searched refs:mSimCount (Results 1 – 1 of 1) sorted by relevance
171 private int mSimCount = 0; field in StkAppService310 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()[all …]