Home
last modified time | relevance | path

Searched refs:getPhones (Results 1 – 12 of 12) sorted by relevance

/packages/services/Telephony/src/com/android/phone/
DNumberVerificationManager.java39 Phone[] getPhones(); in getPhones() method
59 this(PhoneFactory::getPhones); in NumberVerificationManager()
126 for (Phone phone : mPhoneListSupplier.getPhones()) { in checkNumberVerificationFeasibility()
DPhoneUtils.java1301 for (Phone phone : PhoneFactory.getPhones()) { in getPhoneFromIccId()
1315 for (Phone phone : PhoneFactory.getPhones()) { in registerIccStatus()
1328 Phone[] phones = PhoneFactory.getPhones(); in registerIccStatus()
1342 Phone[] phones = PhoneFactory.getPhones(); in unregisterIccStatus()
1358 for (Phone phone : PhoneFactory.getPhones()) { in setRadioPower()
DPhoneInterfaceManager.java2065 for (Phone phone : PhoneFactory.getPhones()) { in getCachedCellInfo()
2104 for (Phone phone : PhoneFactory.getPhones()) { in getAllCellInfo()
2835 for (Phone phone : PhoneFactory.getPhones()) { in isInEmergencySmsMode()
6726 for (Phone phone: PhoneFactory.getPhones()) { in getEmergencyNumberList()
6750 for (Phone phone: PhoneFactory.getPhones()) { in isEmergencyNumber()
6775 for (Phone phone: PhoneFactory.getPhones()) { in updateEmergencyNumberListTestMode()
6797 for (Phone phone: PhoneFactory.getPhones()) { in getEmergencyNumberListTestMode()
DPhoneGlobals.java302 for (Phone phone : PhoneFactory.getPhones()) { in onCreate()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java267 Phone[] getPhones(); in getPhones() method
282 public Phone[] getPhones() {
283 return PhoneFactory.getPhones();
1132 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in isRadioOn()
1140 Queue<Phone> phones = new LinkedList<>(Arrays.asList(mPhoneFactoryProxy.getPhones())); in makeCachedConnectionPhonePair()
1482 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in getPhoneForEmergencyCall()
DTelecomAccountRegistry.java1149 Phone[] phones = PhoneFactory.getPhones(); in setupAccounts()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactPickerData.java71 return ContactUtil.getPhones(mContext) in onCreateLoader()
/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java181 final Phone[] phones = PhoneFactory.getPhones(); in isVideoCallOrConferenceInProgress()
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DContactUtilTest.java142 final Cursor cur = ContactUtil.getPhones(getContext()) in ingoredTestGetPhones()
/packages/apps/Messaging/src/com/android/messaging/util/
DContactUtil.java226 public static CursorQueryData getPhones(final Context context) { in getPhones() method in ContactUtil
/packages/services/Telephony/tests/src/com/android/services/telephony/
DTelephonyConnectionServiceTest.java849 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones.toArray(new Phone[phones.size()])); in setPhones()
/packages/apps/Settings/src/com/android/settings/
DRadioInfo.java1617 Phone[] phones = PhoneFactory.getPhones();