Lines Matching refs:mSimCount

165     private int mSimCount = 0;  field in StkAppService
265 mSimCount = TelephonyManager.from(mContext).getSimCount(); in onCreate()
266 CatLog.d(LOG_TAG, "simCount: " + mSimCount); in onCreate()
267 mStkService = new AppInterface[mSimCount]; in onCreate()
268 mStkContext = new StkContext[mSimCount]; in onCreate()
272 for (i = 0; i < mSimCount; i++) { in onCreate()
307 if ((slotId >= 0 && slotId < mSimCount) && mStkService[slotId] == null) { in onStart()
314 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in onStart()
324 if (i == mSimCount) { in onStart()
387 if (slotId >= 0 && slotId < mSimCount) { in indicateMenuVisibility()
396 if (slotId >= 0 && slotId < mSimCount) { in setDisplayTextDlgVisibility()
402 if (slotId >= 0 && slotId < mSimCount) { in isInputPending()
410 if (slotId >= 0 && slotId < mSimCount) { in isMenuPending()
418 if (slotId >= 0 && slotId < mSimCount) { in isDialogPending()
430 if (slotId >=0 && slotId < mSimCount) { in getMenu()
442 if (slotId >=0 && slotId < mSimCount && (mStkContext[slotId].mMainCmd != null)) { in getMainMenu()
548 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleMessage()
553 if (i == mSimCount) { in handleMessage()
584 for (int slot = PhoneConstants.SIM_ID_1; slot < mSimCount; slot++) { in handleMessage()
592 for (int slot = 0; slot < mSimCount; slot++) { in handleMessage()
644 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()
649 if (i == mSimCount) { in isAllOtherCardsAbsent()
874 for (i = PhoneConstants.SIM_ID_1; i < mSimCount; i++) { in handleCmd()
883 if (i == mSimCount) { in handleCmd()
1680 if (slotId >= 0 && slotId < mSimCount) { in getNotificationId()
1719 if (slotId >= 0 && slotId < mSimCount) { in getStkContext()