/packages/services/Telephony/src/com/android/phone/ |
D | NumberVerificationManager.java | 39 Phone[] getPhones(); in getPhones() method 59 this(PhoneFactory::getPhones); in NumberVerificationManager() 126 for (Phone phone : mPhoneListSupplier.getPhones()) { in checkNumberVerificationFeasibility()
|
D | PhoneUtils.java | 775 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()
|
D | PhoneGlobals.java | 582 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()
|
D | PhoneInterfaceManager.java | 3111 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/ |
D | ContactDataHandlerTest.java | 313 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/ |
D | AccessibilitySettingsFragment.java | 203 final Phone[] phones = PhoneFactory.getPhones(); in isVolteTtySupportedInAnySlot() 237 final Phone[] phones = PhoneFactory.getPhones(); in isVideoCallOrConferenceInProgress()
|
D | RadioInfo.java | 1840 Phone[] phones = PhoneFactory.getPhones(); 2204 Phone[] phones = PhoneFactory.getPhones();
|
/packages/modules/AppSearch/testing/contactsindexertests/src/com/android/server/appsearch/contactsindexer/appsearchtypes/ |
D | ContactPointTest.java | 58 assertThat(contactPoint.getPhones()).asList().isEqualTo(telephones); in testBuilder()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | ContactPickerData.java | 71 return ContactUtil.getPhones(mContext) in onCreateLoader()
|
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/appsearchtypes/ |
D | ContactPoint.java | 134 public String[] getPhones() { in getPhones() method in ContactPoint
|
/packages/apps/Messaging/tests/src/com/android/messaging/util/ |
D | ContactUtilTest.java | 143 final Cursor cur = ContactUtil.getPhones(getContext()) in ingoredTestGetPhones()
|
/packages/services/Telephony/src/com/android/services/telephony/ |
D | TelephonyConnectionService.java | 395 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()
|
D | TelecomAccountRegistry.java | 1675 Phone[] phones = PhoneFactory.getPhones(); in setupAccounts()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ContactUtil.java | 226 public static CursorQueryData getPhones(final Context context) { in getPhones() method in ContactUtil
|
/packages/services/Telephony/tests/src/com/android/services/telephony/ |
D | TelephonyConnectionServiceTest.java | 1316 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/ |
D | SatelliteAccessController.java | 1276 for (Phone phone : PhoneFactory.getPhones()) { in isInEmergency()
|