Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
DSelectPhoneAccountDialogFragment.java68 List<PhoneAccountHandle> accountHandles, SelectPhoneAccountListener listener) { in showAccountDialog() argument
70 accountHandles, listener); in showAccountDialog()
86 boolean canSetDefault, List<PhoneAccountHandle> accountHandles, in showAccountDialog() argument
90 titleResId, canSetDefault, accountHandles, listener); in showAccountDialog()
95 List<PhoneAccountHandle> accountHandles, SelectPhoneAccountListener listener) { in SelectPhoneAccountDialogFragment() argument
99 mAccountHandles = accountHandles; in SelectPhoneAccountDialogFragment()
163 Context context, int resource, List<PhoneAccountHandle> accountHandles) { in SelectAccountListAdapter() argument
164 super(context, resource, accountHandles); in SelectAccountListAdapter()
/packages/services/Telecomm/src/com/android/server/telecom/
DPhoneAccountRegistrar.java418 List<PhoneAccountHandle> accountHandles = new ArrayList<>(); in getAllPhoneAccountHandles() local
421 accountHandles.add(m.getAccountHandle()); in getAllPhoneAccountHandles()
424 return accountHandles; in getAllPhoneAccountHandles()
464 List<PhoneAccountHandle> accountHandles = new ArrayList<>(); in getPhoneAccountsForPackage() local
470 accountHandles.add(m.getAccountHandle()); in getPhoneAccountsForPackage()
473 return accountHandles; in getPhoneAccountsForPackage()
648 List<PhoneAccountHandle> accountHandles = new ArrayList<>(); in getPhoneAccountHandles() local
666 accountHandles.add(m.getAccountHandle()); in getPhoneAccountHandles()
668 return accountHandles; in getPhoneAccountHandles()
/packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
DFillCallLogTestActivity.java402 List <PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in getManualAccount() local
404 return accountHandles.get(0); in getManualAccount()
406 return accountHandles.get(1); in getManualAccount()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DPhoneAccountUtils.java41 List<PhoneAccountHandle> accountHandles = telecomManager.getCallCapablePhoneAccounts(); in getSubscriptionPhoneAccounts() local
42 for (PhoneAccountHandle accountHandle : accountHandles) { in getSubscriptionPhoneAccounts()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java274 List<PhoneAccountHandle> accountHandles = mTelecomManager.getAllPhoneAccountHandles(); in cleanupPhoneAccounts() local
275 for (PhoneAccountHandle handle : accountHandles) { in cleanupPhoneAccounts()