Searched refs:mSimCount (Results 1 – 2 of 2) sorted by relevance
48 private static int mSimCount = 0; field in RilMessageDecoder68 mSimCount = TelephonyManager.getDefault().getSupportedModemCount(); in getInstance()69 mInstance = new RilMessageDecoder[mSimCount]; in getInstance()70 for (int i = 0; i < mSimCount; i++) { in getInstance()75 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mSimCount) { in getInstance()
172 private int mSimCount = 0; field in StkAppService316 for (i = 0; i < mSimCount; i++) { in onCreate()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()486 if (slotId >=0 && slotId < mSimCount) { in getMenu()752 int oldSimCount = mSimCount; in handleMultiSimConfigChanged()780 for (i = 0; i < mSimCount; i++) { in isAllOtherCardsAbsent()[all …]