Searched refs:phoneCount (Results 1 – 4 of 4) 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()
808 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in buildProto() local810 new ActiveSubscriptionInfo[phoneCount]; in buildProto()815 for (int i = 0; i < phoneCount; i++) { in buildProto()
201 final int phoneCount = ((TelephonyManager) mContext.getSystemService( in MultiSimSettingController() local203 mCarrierConfigLoadedSubIds = new int[phoneCount]; in MultiSimSettingController()
2551 int phoneCount = 1; in loadGlobalSettings() local2554 phoneCount = telephonyManager.getSupportedModemCount(); in loadGlobalSettings()2556 for (int phoneId = 0; phoneId < phoneCount; phoneId++) { in loadGlobalSettings()