Home
last modified time | relevance | path

Searched refs:accountHandles (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/widget/
DSelectPhoneAccountDialogFragment.java75 List<PhoneAccountHandle> accountHandles, SelectPhoneAccountListener listener) { in newInstance() argument
77 accountHandles, listener); in newInstance()
91 boolean canSetDefault, List<PhoneAccountHandle> accountHandles, in newInstance() argument
94 if (accountHandles != null) { in newInstance()
95 accountHandlesCopy.addAll(accountHandles); in newInstance()
219 Context context, int resource, List<PhoneAccountHandle> accountHandles) { in SelectAccountListAdapter() argument
220 super(context, resource, accountHandles); in SelectAccountListAdapter()
/packages/apps/Contacts/src/com/android/contacts/
DCallUtil.java164 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability() local
165 for (PhoneAccountHandle accountHandle : accountHandles) { in getVideoCallingAvailability()
211 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported() local
212 for (PhoneAccountHandle accountHandle : accountHandles) { in isCallWithSubjectSupported()
247 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isTachyonEnabled() local
248 for (PhoneAccountHandle accountHandle : accountHandles) { in isTachyonEnabled()
/packages/apps/Dialer/java/com/android/dialer/util/
DCallUtil.java75 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in getVideoCallingAvailability() local
76 for (PhoneAccountHandle accountHandle : accountHandles) { in getVideoCallingAvailability()
136 List<PhoneAccountHandle> accountHandles = telecommMgr.getCallCapablePhoneAccounts(); in isCallWithSubjectSupported() local
137 for (PhoneAccountHandle accountHandle : accountHandles) { in isCallWithSubjectSupported()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DEnableAccountPreferenceFragment.java87 List<PhoneAccountHandle> accountHandles = in onResume() local
91 for (PhoneAccountHandle handle : accountHandles) { in onResume()
/packages/apps/Dialer/java/com/android/dialer/app/settings/
DPhoneAccountSelectionFragment.java112 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in onResume() local
115 for (PhoneAccountHandle handle : accountHandles) { in onResume()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipAccountRegistry.java131 List<PhoneAccountHandle> accountHandles = telecomManager.getPhoneAccountsSupportingScheme( in verifyAndPurgeInvalidPhoneAccounts() local
134 for (PhoneAccountHandle accountHandle : accountHandles) { in verifyAndPurgeInvalidPhoneAccounts()
/packages/services/Telephony/src/com/android/phone/settings/
DPhoneAccountSettingsFragment.java447 List<PhoneAccountHandle> accountHandles = in getCallingAccounts() local
449 for (Iterator<PhoneAccountHandle> i = accountHandles.iterator(); i.hasNext();) { in getCallingAccounts()
465 return accountHandles; in getCallingAccounts()
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java157 final List<PhoneAccountHandle> accountHandles = in getSubscriptionPhoneAccounts() local
159 for (PhoneAccountHandle accountHandle : accountHandles) { in getSubscriptionPhoneAccounts()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java1133 List<PhoneAccountHandle> accountHandles = emergencyCallsOnlyEmergencyAccount in cleanupPhoneAccounts() local
1137 for (PhoneAccountHandle handle : accountHandles) { in cleanupPhoneAccounts()
/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceWrapper.java815 List<PhoneAccountHandle> accountHandles = in addExistingConnection() local
819 for (PhoneAccountHandle accountHandle : accountHandles) { in addExistingConnection()