Searched refs:phoneCount (Results 1 – 5 of 5) sorted by relevance
174 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in setSimStateChange() local175 mEvent.simState = new int[phoneCount]; in setSimStateChange()180 if (0 <= key && key < phoneCount) { in setSimStateChange()
810 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in buildProto() local812 new ActiveSubscriptionInfo[phoneCount]; in buildProto()817 for (int i = 0; i < phoneCount; i++) { in buildProto()
236 final int phoneCount = telephonyManager.getSupportedModemCount(); in MultiSimSettingController() local237 mCarrierConfigLoadedSubIds = new int[phoneCount]; in MultiSimSettingController()
2539 int phoneCount = 1; in loadGlobalSettings() local2542 phoneCount = telephonyManager.getSupportedModemCount(); in loadGlobalSettings()2544 for (int phoneId = 0; phoneId < phoneCount; phoneId++) { in loadGlobalSettings()
1717 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall() local1719 if (phoneCount <= PhoneConstants.MAX_PHONE_COUNT_SINGLE_SIM) { in possiblyOverrideDefaultDataForEmergencyCall()