/packages/apps/Settings/src/com/android/settings/accessibility/rtt/ |
D | TelecomUtil.java | 39 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts(Context context) { in getCallCapablePhoneAccounts() method in TelecomUtil 40 return Optional.ofNullable(getTelecomManager(context).getCallCapablePhoneAccounts()) in getCallCapablePhoneAccounts()
|
/packages/apps/Dialer/java/com/android/dialer/telecom/ |
D | TelecomUtil.java | 147 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts(Context context) { in getCallCapablePhoneAccounts() method in TelecomUtil 149 return Optional.fromNullable(getTelecomManager(context).getCallCapablePhoneAccounts()) in getCallCapablePhoneAccounts() 159 TelecomUtil.getCallCapablePhoneAccounts(context); in getSubscriptionPhoneAccounts() 332 for (PhoneAccountHandle phoneAccountHandle : telecomManager.getCallCapablePhoneAccounts()) { in getOtherAccount()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | CallUtil.java | 164 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability() 211 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported() 247 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isTachyonEnabled()
|
/packages/apps/Dialer/java/com/android/dialer/util/ |
D | CallUtil.java | 75 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability() 136 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
|
/packages/apps/Dialer/java/com/android/dialer/precall/impl/ |
D | CallingAccountSelector.java | 81 List<PhoneAccountHandle> accounts = telecomManager.getCallCapablePhoneAccounts(); in requiresUi() 134 activity.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()), in processPreferredAccount()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | TelecomServiceImplTest.java | 535 .getCallCapablePhoneAccounts(nullable(String.class), eq(true), in testGetCallCapablePhoneAccounts() 539 .getCallCapablePhoneAccounts(nullable(String.class), eq(false), in testGetCallCapablePhoneAccounts() 544 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccounts() 547 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccounts() 558 doReturn(fullPHList).when(mFakePhoneAccountRegistrar).getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() 561 doReturn(smallPHList).when(mFakePhoneAccountRegistrar).getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() 568 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() 576 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() 587 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() 590 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles() [all …]
|
D | PhoneAccountRegistrarTest.java | 464 assertEquals(4, mRegistrar.getCallCapablePhoneAccounts(null, false, in testAccounts() 1176 assertEquals(0, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_TEL, in testGetByEnabledState() 1178 assertEquals(1, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_TEL, in testGetByEnabledState() 1201 assertEquals(1, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_SIP, in testGetByScheme() 1203 assertEquals(1, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_TEL, in testGetByScheme() 1205 assertEquals(2, mRegistrar.getCallCapablePhoneAccounts(null, false /* includeDisabled */, in testGetByScheme() 1229 assertEquals(1, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_SIP, in testGetByCapability() 1232 assertEquals(2, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_SIP, in testGetByCapability() 1235 assertEquals(0, mRegistrar.getCallCapablePhoneAccounts(PhoneAccount.SCHEME_SIP, in testGetByCapability()
|
D | CallsManagerTest.java | 791 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountDefault() 815 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountNoDefault() 839 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideo() 863 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideoNotAvailable() 867 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideoNotAvailable() 889 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testUseSpecifiedAccount() 910 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testUseContactSpecificAcct() 1751 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testBlockNonEmergencyCallDuringEmergencyCall() 2416 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testReuseCallConcurrency() 2809 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testStartOutgoingCall_TargetPhoneAccountSet() [all …]
|
/packages/apps/Dialer/java/com/android/voicemail/impl/ |
D | VvmPackageInstallHandler.java | 47 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in handlePackageInstalled()
|
D | StatusCheckJobService.java | 59 getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onStartJob()
|
D | PackageReplacedReceiver.java | 51 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onReceive()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | VvmDumpHandler.java | 35 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in dump()
|
/packages/services/Telephony/src/com/android/phone/vvm/ |
D | VvmDumpHandler.java | 23 .getCallCapablePhoneAccounts()) { in dump()
|
D | CarrierVvmPackageInstalledReceiver.java | 78 for (PhoneAccountHandle phoneAccountHandle : telecomManager.getCallCapablePhoneAccounts()) { in onReceive()
|
/packages/apps/Dialer/java/com/android/dialer/calllogutils/ |
D | PhoneAccountUtils.java | 67 if (TelecomUtil.getCallCapablePhoneAccounts(context).size() <= 1) { in getAccountOrNull()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/ |
D | OmtpVvmSyncReceiver.java | 46 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts(); in onReceive()
|
D | VvmAccountManager.java | 102 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getActiveAccounts()
|
/packages/apps/Settings/src/com/android/settings/sim/ |
D | CallsSimListDialogFragment.java | 46 telecomManager.getCallCapablePhoneAccounts(); in getCurrentSubscriptions()
|
/packages/apps/Car/VoiceControl/src/com/android/car/ |
D | TelecomUtils.java | 53 mTelecomManager.getCallCapablePhoneAccounts(true); in getHfpDeviceList()
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
D | EnableAccountPreferenceFragment.java | 93 mTelecomManager.getCallCapablePhoneAccounts(true /* includeDisabledAccounts */); in onResume()
|
/packages/apps/Dialer/java/com/android/dialer/app/settings/ |
D | PhoneAccountSelectionFragment.java | 112 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in onResume()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | RTTSettingPreferenceController.java | 103 TelecomUtil.getCallCapablePhoneAccounts(mContext)) { in isRttSettingSupported()
|
/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | LegacyVoicemailNotifier.java | 146 if (TelecomUtil.getCallCapablePhoneAccounts(context).size() > 1) { in getNotificationText()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/ |
D | FetchVoicemailReceiver.java | 164 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getAccountFromMarshmallowAccount()
|
/packages/apps/Dialer/java/com/android/dialer/notification/ |
D | VoicemailChannelUtils.java | 171 for (PhoneAccountHandle handle : telecomManager.getCallCapablePhoneAccounts()) { in getAllEligableAccounts()
|