Home
last modified time | relevance | path

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

12

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactDeltaComparator.java47 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
DAggregationSuggestionView.java119 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
DContactEditorUtils.java65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
DContactEditorFragment.java156 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local
211 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in bindEditors() local
DCompactContactEditorFragment.java278 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in getPhotoMode() local
DContactEditorBaseFragment.java1002 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingRawContactChanges() local
1112 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() local
1390 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in setIntentExtras() local
/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.java177 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DImportVCardActivity.java519 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.java386 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DAccountTypeManager.java483 List<AccountType> accountTypes = accountTypesByType.get(account.type); in loadAccountsInBackground() local
743 final List<AccountType> accountTypes = Lists.newArrayList(); in getAccountTypes() local
769 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/Email/provider_src/com/android/email/provider/
DAccountReconciler.java61 final LinkedHashSet<String> accountTypes = new LinkedHashSet<String>(); in getAllAmAccounts() local
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountSelectionUtil.java101 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/ContactsCommon/src/com/android/contacts/common/interactions/
DImportExportDialogFragment.java252 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DContactMultiDeletionInteraction.java196 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
DContactDeletionInteraction.java242 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java369 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local

12