Home
last modified time | relevance | path

Searched refs:phoneCount (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/smartForwarding/
DSmartForwardingUtils.java84 int phoneCount = tm.getActiveModemCount(); in getAllSlotCallWaitingStatus() local
85 boolean[] allStatus = new boolean[phoneCount]; in getAllSlotCallWaitingStatus()
87 for (int i = 0; i < phoneCount; i++) { in getAllSlotCallWaitingStatus()
97 int phoneCount = tm.getActiveModemCount(); in getAllSlotCallForwardingStatus() local
98 CallForwardingInfo[] allStatus = new CallForwardingInfo[phoneCount]; in getAllSlotCallForwardingStatus()
100 for (int i = 0; i < phoneCount; i++) { in getAllSlotCallForwardingStatus()
110 int phoneCount = tm.getActiveModemCount(); in clearAllBackupData() local
111 for (int i = 0; i < phoneCount; i++) { in clearAllBackupData()
/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java308 int phoneCount = 0; in queryRawContactsForSimContacts() local
312 phoneCount++; in queryRawContactsForSimContacts()
317 List<String> selectionArgs = new ArrayList<>(phoneCount + 1); in queryRawContactsForSimContacts()
324 .append(Joiner.on(',').join(Collections.nCopies(phoneCount, '?'))) in queryRawContactsForSimContacts()
/packages/apps/Settings/src/com/android/settings/development/
DOemUnlockPreferenceController.java188 int phoneCount = mTelephonyManager.getPhoneCount(); in isSimLockedDevice() local
189 for (int i = 0; i < phoneCount; i++) { in isSimLockedDevice()
/packages/services/AlternativeNetworkAccess/src/com/android/ons/
DONSProfileSelector.java908 int phoneCount = mTelephonyManager.getPhoneCount(); in enableModemStackForNonOpportunisticSlots() local
910 if (phoneCount < 2) return; in enableModemStackForNonOpportunisticSlots()
912 for (int i = 0; i < phoneCount; i++) { in enableModemStackForNonOpportunisticSlots()
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java527 final int phoneCount = sRandom.nextInt(5); in appendCreateContact() local
530 for (int i = 0; i < phoneCount; i++) { in appendCreateContact()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java3654 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in possiblyOverrideDefaultDataForEmergencyCall() local
3656 if (phoneCount <= PhoneConstants.MAX_PHONE_COUNT_SINGLE_SIM) { in possiblyOverrideDefaultDataForEmergencyCall()
3910 int phoneCount = mTelephonyManagerProxy.getPhoneCount(); in getFirstPhoneForEmergencyCall() local
3911 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()