Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/vcard/
DSelectAccountActivity.java60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DNfcImportVCardActivity.java172 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
DImportVCardActivity.java844 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
/packages/apps/Settings/src/com/android/settings/accounts/
DAddAccountSettings.java110 final String[] accountTypes = in onCreate() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilterView.java81 public void bindView(AccountTypeManager accountTypes) { in bindView()
DAccountFilterActivity.java117 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadAccountFilters() local
DCustomContactListFilterActivity.java129 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadInBackground() local
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java521 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in setIntentExtras() local
584 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in createContact() local
608 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local
689 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in bindEditors() local
1007 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in hasPendingChanges() local
1209 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in isContactWritable() local
1287 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
DAggregationSuggestionView.java115 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
DContactEditorUtils.java65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
/packages/apps/Contacts/src/com/android/contacts/model/
DAccountTypeManager.java480 List<AccountType> accountTypes = accountTypesByType.get(account.type); in loadAccountsInBackground() local
740 final List<AccountType> accountTypes = Lists.newArrayList(); in getAccountTypes() local
766 protected void onPostExecute(Map<AccountTypeWithDataSet, AccountType> accountTypes) { in onPostExecute()
DEntityModifier.java387 public static void trimEmpty(EntityDeltaList set, AccountTypeManager accountTypes) { in trimEmpty()
397 public static boolean hasChanges(EntityDeltaList set, AccountTypeManager accountTypes) { in hasChanges()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DImportExportDialogFragment.java198 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
DContactDeletionInteraction.java234 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
/packages/apps/Contacts/src/com/android/contacts/util/
DAccountSelectionUtil.java91 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in getSelectAccountDialog() local
/packages/apps/Contacts/tests/src/com/android/contacts/
DEntityModifierTests.java517 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertEmpty() local
544 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimInsertInsert() local
577 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateRemain() local
648 final AccountTypeManager accountTypes = getAccountTypes(accountType); in testTrimUpdateUpdate() local
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DQuickContactActivity.java343 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in bindData() local
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java538 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in buildEntries() local
2016 final AccountTypeManager accountTypes = in isApplicable() local
2056 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in execute() local
/packages/apps/Settings/src/com/android/settings/
DSettings.java438 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in insertAccountsHeaders() local
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java340 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local