Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DInvisibleContactUtil.java82 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addToDefaultGroup() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DSelectAccountActivity.java60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DNfcImportVCardActivity.java171 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DImportVCardActivity.java844 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListFilterView.java79 public void bindView(AccountTypeManager accountTypes) { in bindView()
DAccountFilterActivity.java115 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadAccountFilters() local
DCustomContactListFilterActivity.java127 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadInBackground() local
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java155 final String[] accountTypes = in onCreate() local
DAccountSettings.java358 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java484 List<AccountType> accountTypes = accountTypesByType.get(account.type); in loadAccountsInBackground() local
744 final List<AccountType> accountTypes = Lists.newArrayList(); in getAccountTypes() local
770 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()
DRawContactModifier.java394 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { in trimEmpty()
404 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges()
DContact.java489 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { in setInvitableAccountTypes()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java645 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in setIntentExtras() local
706 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() local
731 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local
824 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in bindEditors() local
1170 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingChanges() local
1413 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in isContactWritable() local
1491 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
DAggregationSuggestionView.java118 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
DContactEditorUtils.java65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
/packages/apps/Email/src/com/android/email/provider/
DAccountReconciler.java59 final LinkedHashSet<String> accountTypes = new LinkedHashSet<String>(); in getAllAmAccounts() local
DEmailProvider.java1616 final Set<String> accountTypes = new HashSet<String>(3); in restoreAccounts() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
DImportExportDialogFragment.java215 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java92 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in getSelectAccountDialog() local
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactModifierTests.java518 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty() local
547 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert() local
581 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain() local
653 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactDeletionInteraction.java234 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DBrowseInfo.java481 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in addAccounts() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java338 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local