Home
last modified time | relevance | path

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

12

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomServiceImplTest.java280 .getCallCapablePhoneAccounts(nullable(String.class), eq(true), in testGetCallCapablePhoneAccounts()
284 .getCallCapablePhoneAccounts(nullable(String.class), eq(false), in testGetCallCapablePhoneAccounts()
289 mTSIBinder.getCallCapablePhoneAccounts(true, DEFAULT_DIALER_PACKAGE)); in testGetCallCapablePhoneAccounts()
291 mTSIBinder.getCallCapablePhoneAccounts(false, DEFAULT_DIALER_PACKAGE)); in testGetCallCapablePhoneAccounts()
305 result = mTSIBinder.getCallCapablePhoneAccounts(true, ""); in testGetCallCapablePhoneAccountsFailure()
311 .getCallCapablePhoneAccounts(anyString(), anyBoolean(), any(UserHandle.class)); in testGetCallCapablePhoneAccountsFailure()
324 .getCallCapablePhoneAccounts(eq("tel"), anyBoolean(), any(UserHandle.class))) in testGetPhoneAccountsSupportingScheme()
327 .getCallCapablePhoneAccounts(eq("sip"), anyBoolean(), any(UserHandle.class))) in testGetPhoneAccountsSupportingScheme()
/packages/apps/Settings/src/com/android/settings/sim/
DSimDialogActivity.java138 telecomManager.getCallCapablePhoneAccounts().listIterator(); in subscriptionIdToPhoneAccountHandle()
174 telecomManager.getCallCapablePhoneAccounts(); in createDialog()
207 telecomManager.getCallCapablePhoneAccounts().listIterator(); in createDialog()
DSimSettings.java200 telecomManager.getCallCapablePhoneAccounts(); in updateCallValues()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java76 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()
126 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
DPhoneAccountUtils.java36 TelecomUtil.getCallCapablePhoneAccounts(context); in getSubscriptionPhoneAccounts()
99 if (TelecomUtil.getCallCapablePhoneAccounts(context).size() <= 1) { in getAccountOrNull()
/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java140 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability()
187 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported()
/packages/apps/Dialer/java/com/android/contacts/common/compat/telecom/
DTelecomManagerCompat.java92 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts() method in TelecomManagerCompat
98 return telecomManager.getCallCapablePhoneAccounts(); in getCallCapablePhoneAccounts()
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java120 public static List<PhoneAccountHandle> getCallCapablePhoneAccounts(Context context) { in getCallCapablePhoneAccounts() method in TelecomUtil
122 return getTelecomManager(context).getCallCapablePhoneAccounts(); in getCallCapablePhoneAccounts()
/packages/services/Telecomm/src/com/android/server/telecom/
DTelecomServiceImpl.java151 public List<PhoneAccountHandle> getCallCapablePhoneAccounts(
162 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(null,
213 return mPhoneAccountRegistrar.getCallCapablePhoneAccounts(uriScheme, false,
DPhoneAccountRegistrar.java219 List<PhoneAccountHandle> outgoing = getCallCapablePhoneAccounts(uriScheme, false, in getOutgoingPhoneAccountForScheme()
575 public List<PhoneAccountHandle> getCallCapablePhoneAccounts( in getCallCapablePhoneAccounts() method in PhoneAccountRegistrar
603 return getCallCapablePhoneAccounts(uriScheme, includeDisabledAccounts, mCurrentUserHandle); in getCallCapablePhoneAccountsOfCurrentUser()
/packages/apps/Dialer/java/com/android/voicemail/impl/
DVvmPackageInstallHandler.java49 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in handlePackageInstalled()
DVvmPackageInstallReceiver.java53 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onReceive()
DStatusCheckJobService.java59 getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in onStartJob()
/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.java23 .getCallCapablePhoneAccounts()) { in dump()
DCarrierVvmPackageInstalledReceiver.java78 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.java97 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getActiveAccounts()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DPhoneAccountHandles.java42 TelecomUtil.getCallCapablePhoneAccounts(context); in getAccount()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java88 mTelecomManager.getCallCapablePhoneAccounts(true /* includeDisabledAccounts */); in onResume()
/packages/apps/Dialer/java/com/android/dialer/app/settings/
DPhoneAccountSelectionFragment.java112 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in onResume()
DDialerSettingsActivity.java200 for (PhoneAccountHandle phoneAccountHandle : telecomManager.getCallCapablePhoneAccounts()) { in getSoleSimAccount()
/packages/apps/Dialer/java/com/android/voicemail/impl/fetch/
DFetchVoicemailReceiver.java164 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getAccountFromMarshmallowAccount()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java173 List<PhoneAccountHandle> accounts = telecomManager.getCallCapablePhoneAccounts(); in showAllPhoneAccounts()
/packages/apps/Dialer/java/com/android/dialer/backup/
DDialerBackupUtils.java348 context.getSystemService(TelecomManager.class).getCallCapablePhoneAccounts()) { in getPhoneAccountsToArchive()

12