Searched refs:phoneCount (Results 1 – 6 of 6) sorted by relevance
84 int phoneCount = tm.getActiveModemCount(); in getAllSlotCallWaitingStatus() local85 boolean[] allStatus = new boolean[phoneCount]; in getAllSlotCallWaitingStatus()87 for (int i = 0; i < phoneCount; i++) { in getAllSlotCallWaitingStatus()97 int phoneCount = tm.getActiveModemCount(); in getAllSlotCallForwardingStatus() local98 CallForwardingInfo[] allStatus = new CallForwardingInfo[phoneCount]; in getAllSlotCallForwardingStatus()100 for (int i = 0; i < phoneCount; i++) { in getAllSlotCallForwardingStatus()110 int phoneCount = tm.getActiveModemCount(); in clearAllBackupData() local111 for (int i = 0; i < phoneCount; i++) { in clearAllBackupData()
308 int phoneCount = 0; in queryRawContactsForSimContacts() local312 phoneCount++; in queryRawContactsForSimContacts()317 List<String> selectionArgs = new ArrayList<>(phoneCount + 1); in queryRawContactsForSimContacts()324 .append(Joiner.on(',').join(Collections.nCopies(phoneCount, '?'))) in queryRawContactsForSimContacts()
188 int phoneCount = mTelephonyManager.getPhoneCount(); in isSimLockedDevice() local189 for (int i = 0; i < phoneCount; i++) { in isSimLockedDevice()
908 int phoneCount = mTelephonyManager.getPhoneCount(); in enableModemStackForNonOpportunisticSlots() local910 if (phoneCount < 2) return; in enableModemStackForNonOpportunisticSlots()912 for (int i = 0; i < phoneCount; i++) { in enableModemStackForNonOpportunisticSlots()
527 final int phoneCount = sRandom.nextInt(5); in appendCreateContact() local530 for (int i = 0; i < phoneCount; i++) { in appendCreateContact()
3654 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall() local3656 if (phoneCount <= PhoneConstants.MAX_PHONE_COUNT_SINGLE_SIM) { in possiblyOverrideDefaultDataForEmergencyCall()3910 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall() local3911 for (int i = 0; i < phoneCount; i++) { in getFirstPhoneForEmergencyCall()3940 List<SlotStatus> phoneSlotStatus = new ArrayList<>(phoneCount); in getFirstPhoneForEmergencyCall()3941 for (int i = 0; i < phoneCount; i++) { in getFirstPhoneForEmergencyCall()