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()
748 int phoneCount = TelephonyManager.getDefault().getPhoneCount(); in buildProto() local750 new ActiveSubscriptionInfo[phoneCount]; in buildProto()755 for (int i = 0; i < phoneCount; i++) { in buildProto()
187 final int phoneCount = ((TelephonyManager) mContext.getSystemService( in MultiSimSettingController() local189 mCarrierConfigLoadedSubIds = new int[phoneCount]; in MultiSimSettingController()
2577 int phoneCount = 1; in loadGlobalSettings() local2580 phoneCount = telephonyManager.getSupportedModemCount(); in loadGlobalSettings()2582 for (int phoneId = 0; phoneId < phoneCount; phoneId++) { in loadGlobalSettings()