Home
last modified time | relevance | path

Searched defs:accountTypes (Results 1 – 22 of 22) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
DAccountTypeProvider.java109 final List<AccountType> accountTypes = getAccountTypes(type); in hasTypeWithDataset() local
123 final List<AccountType> accountTypes = getAccountTypes(type); in getType() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java47 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
DRawContactEditorView.java579 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in applyIntentExtras() local
645 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addReadOnlyRawContactEditorViews() local
DContactEditorFragment.java974 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingRawContactChanges() local
1084 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() local
1382 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local
/packages/apps/Contacts/src/com/android/contacts/vcard/
DSelectAccountActivity.java60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DNfcImportVCardActivity.java196 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DImportVCardActivity.java599 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java96 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in markAddToDefaultGroup() local
/packages/apps/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java523 List<AccountType> accountTypes = accountTypesByType.get(account.type); in loadAccountsInBackground() local
744 final List<AccountType> accountTypes = new ArrayList<>(); in getAccountTypes() local
808 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()
DContact.java293 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { in setInvitableAccountTypes()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java85 public void bindView(AccountTypeManager accountTypes) { in bindView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DAddAccountSettings.java218 final String[] accountTypes = in requestChooseAccount() local
DAccountPreferenceController.java479 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java219 final String[] accountTypes = in requestChooseAccount() local
DAccountPreferenceController.java497 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountSelectionUtil.java94 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(activity); in getSelectAccountDialog() local
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactModifierTests.java556 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty() local
585 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert() local
621 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain() local
699 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate() local
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountListPreferenceController.java184 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in getAccountPreferences() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactModifier.java375 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { in trimEmpty()
385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges()
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java207 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
DContactDeletionInteraction.java252 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java501 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local