Home
last modified time | relevance | path

Searched refs:getCallCapablePhoneAccounts (Results 1 – 25 of 40) sorted by relevance

12

/packages/apps/Settings/src/com/android/settings/accessibility/rtt/
DTelecomUtil.java39 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/
DTelecomUtil.java147 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/
DCallUtil.java164 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/
DCallUtil.java75 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()
136 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java551 .getCallCapablePhoneAccounts(nullable(String.class), eq(true), in testGetCallCapablePhoneAccounts()
555 .getCallCapablePhoneAccounts(nullable(String.class), eq(false), in testGetCallCapablePhoneAccounts()
560 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccounts()
563 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccounts()
574 doReturn(fullPHList).when(mFakePhoneAccountRegistrar).getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
577 doReturn(smallPHList).when(mFakePhoneAccountRegistrar).getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
584 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
592 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
603 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
606 mTSIBinder.getCallCapablePhoneAccounts( in testGetCallCapablePhoneAccountsAcrossProfiles()
[all …]
DPhoneAccountRegistrarTest.java464 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()
DCallsManagerTest.java798 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountDefault()
822 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountNoDefault()
846 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideo()
870 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideoNotAvailable()
874 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testFindOutgoingCallAccountVideoNotAvailable()
896 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testUseSpecifiedAccount()
917 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testUseContactSpecificAcct()
1758 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testBlockNonEmergencyCallDuringEmergencyCall()
2423 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testReuseCallConcurrency()
2816 when(mPhoneAccountRegistrar.getCallCapablePhoneAccounts(any(), anyBoolean(), in testStartOutgoingCall_TargetPhoneAccountSet()
[all …]
/packages/apps/Dialer/java/com/android/dialer/precall/impl/
DCallingAccountSelector.java81 List<PhoneAccountHandle> accounts = telecomManager.getCallCapablePhoneAccounts(); in requiresUi()
134 activity.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()), in processPreferredAccount()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmPackageInstallHandler.java47 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in handlePackageInstalled()
DStatusCheckJobService.java59 getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onStartJob()
DPackageReplacedReceiver.java51 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DVvmDumpHandler.java35 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in dump()
/packages/services/Telephony/src/com/android/phone/vvm/
DVvmDumpHandler.java24 .getCallCapablePhoneAccounts()) { in dump()
DCarrierVvmPackageInstalledReceiver.java81 for (PhoneAccountHandle phoneAccountHandle : telecomManager.getCallCapablePhoneAccounts()) { in onReceive()
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DOmtpVvmSyncReceiver.java46 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts(); in onReceive()
DVvmAccountManager.java102 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getActiveAccounts()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneAccountUtils.java67 if (TelecomUtil.getCallCapablePhoneAccounts(context).size() <= 1) { in getAccountOrNull()
/packages/apps/Settings/src/com/android/settings/sim/
DCallsSimListDialogFragment.java44 telecomManager.getCallCapablePhoneAccounts(); in getCurrentSubscriptions()
/packages/apps/Car/VoiceControl/src/com/android/car/
DTelecomUtils.java53 mTelecomManager.getCallCapablePhoneAccounts(true); in getHfpDeviceList()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java93 mTelecomManager.getCallCapablePhoneAccounts(true /* includeDisabledAccounts */); in onResume()
/packages/apps/Dialer/java/com/android/dialer/app/settings/
DPhoneAccountSelectionFragment.java112 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in onResume()
/packages/apps/Settings/src/com/android/settings/accessibility/
DRTTSettingPreferenceController.java103 TelecomUtil.getCallCapablePhoneAccounts(mContext)) { in isRttSettingSupported()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DLegacyVoicemailNotifier.java146 if (TelecomUtil.getCallCapablePhoneAccounts(context).size() > 1) { in getNotificationText()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DFetchVoicemailReceiver.java164 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getAccountFromMarshmallowAccount()
/packages/apps/Dialer/java/com/android/dialer/notification/
DVoicemailChannelUtils.java171 for (PhoneAccountHandle handle : telecomManager.getCallCapablePhoneAccounts()) { in getAllEligableAccounts()

12