Home
last modified time | relevance | path

Searched refs:getPhones (Results 1 – 16 of 16) 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.java775 for (Phone phone : PhoneFactory.getPhones()) { in getPhoneFromSubId()
789 for (Phone phone : PhoneFactory.getPhones()) { in registerIccStatus()
802 Phone[] phones = PhoneFactory.getPhones(); in registerIccStatus()
816 Phone[] phones = PhoneFactory.getPhones(); in unregisterIccStatus()
832 for (Phone phone : PhoneFactory.getPhones()) { in setRadioPower()
DPhoneGlobals.java582 defaultImsRcsPackage, PhoneFactory.getPhones().length, in onCreate()
588 for (Phone p : PhoneFactory.getPhones()) { in onCreate()
641 ImsStateCallbackController.make(this, PhoneFactory.getPhones().length); in onCreate()
643 PhoneFactory.getPhones().length, mFeatureFlags); in onCreate()
647 ImsProvisioningController.make(this, PhoneFactory.getPhones().length, in onCreate()
694 for (Phone phone : PhoneFactory.getPhones()) { in onCreate()
859 for (Phone phone : PhoneFactory.getPhones()) { in handleAirplaneModeChange()
DPhoneInterfaceManager.java3111 for (Phone phone : PhoneFactory.getPhones()) { in requestRadioPowerOffForReason()
3142 for (Phone phone : PhoneFactory.getPhones()) { in clearRadioPowerOffForReason()
3525 for (Phone phone : PhoneFactory.getPhones()) { in getCachedCellInfo()
3568 for (Phone phone : PhoneFactory.getPhones()) { in getAllCellInfo()
3695 for (Phone phone : PhoneFactory.getPhones()) { in getPrimaryImei()
4542 for (Phone phone : PhoneFactory.getPhones()) { in isInEmergencySmsMode()
6754 for (final Phone phone : PhoneFactory.getPhones()) { in setImsRegistrationState()
10329 for (Phone phone: PhoneFactory.getPhones()) { in getEmergencyNumberList()
10357 for (Phone phone: PhoneFactory.getPhones()) { in isEmergencyNumber()
10382 for (Phone phone : PhoneFactory.getPhones()) { in startEmergencyCallbackMode()
[all …]
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/
DContactDataHandlerTest.java313 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitUS()
346 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_oneDigitDO()
382 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitCN()
416 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_twoDigitES()
450 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumber_generatesAllVariants_withE164FormatInCP2_threeDigitBG()
482 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withoutFallback()
512 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhone_generatesAllVariants_withoutE164FormatInCP2_withFallback_originalE164()
542 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testPhoneNumberInvalidE164_generatesAllVariants_withoutE164FormatInCP2()
571 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testInvalidPhoneNumber_withoutE164FormatInCP2()
609 List<String> phoneNumbers = Arrays.asList(contactPoints[0].getPhones()); in testTwoPhoneNumber_generatesAllVariantsInOrder_withoutE164FormatInCP2()
/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java203 final Phone[] phones = PhoneFactory.getPhones(); in isVolteTtySupportedInAnySlot()
237 final Phone[] phones = PhoneFactory.getPhones(); in isVideoCallOrConferenceInProgress()
DRadioInfo.java1840 Phone[] phones = PhoneFactory.getPhones();
2204 Phone[] phones = PhoneFactory.getPhones();
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPointTest.java58 assertThat(contactPoint.getPhones()).asList().isEqualTo(telephones); in testBuilder()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactPickerData.java71 return ContactUtil.getPhones(mContext) in onCreateLoader()
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/
DContactPoint.java134 public String[] getPhones() { in getPhones() method in ContactPoint
/packages/apps/Messaging/tests/src/com/android/messaging/util/
DContactUtilTest.java143 final Cursor cur = ContactUtil.getPhones(getContext()) in ingoredTestGetPhones()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnectionService.java395 Phone[] getPhones(); in getPhones() method
410 public Phone[] getPhones() {
411 return PhoneFactory.getPhones();
1462 for (Phone curPhone : mPhoneFactoryProxy.getPhones()) { in handleOnComplete()
2128 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in isRadioOn()
2154 Queue<Phone> phones = new LinkedList<>(Arrays.asList(mPhoneFactoryProxy.getPhones())); in makeCachedConnectionPhonePair()
2983 return Stream.of(mPhoneFactoryProxy.getPhones()) in getPhoneForNormalRoutedEmergencyCall()
3005 return Stream.of(mPhoneFactoryProxy.getPhones()) in getPhoneInEmergencyCallbackMode()
3862 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in getPhoneForEmergencyCall()
DTelecomAccountRegistry.java1675 Phone[] phones = PhoneFactory.getPhones(); in setupAccounts()
/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.java1316 for (Phone phone : mPhoneFactoryProxy.getPhones()) { in testCreateOutgoingEmerge_exitingApm_disconnected()
3867 when(mPhoneFactoryProxy.getPhones()).thenReturn(new Phone[] {mockPhone}); in testGetPhoneForNormalRoutedEmergencyCallWhenCarrierDoesntSupport()
3888 when(mPhoneFactoryProxy.getPhones()).thenReturn(new Phone[] {mockPhone}); in testGetPhoneForNormalRoutedEmergencyCallWhenCarrierDoesSupport()
3920 when(mPhoneFactoryProxy.getPhones()).thenReturn(new Phone[] {mockLimitedServicePhone, in testGetPhoneForNormalRoutedEmergencyCallWhenCarrierDoesSupportMultiSim()
3937 when(mPhoneFactoryProxy.getPhones()).thenReturn( in testGetPhoneInEmergencyCallbackModeMultiSim()
4289 when(mPhoneFactoryProxy.getPhones()).thenReturn(phones.toArray(new Phone[phones.size()])); in setPhones()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java1276 for (Phone phone : PhoneFactory.getPhones()) { in isInEmergency()