/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | RawContactDeltaComparator.java | 47 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in compare() local
|
D | AggregationSuggestionView.java | 119 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
|
D | ContactEditorUtils.java | 65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
|
D | ContactEditorFragment.java | 156 AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in rebindEditorsForNewContact() local 211 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in bindEditors() local
|
D | CompactContactEditorFragment.java | 278 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(mContext); in getPhotoMode() local
|
D | ContactEditorBaseFragment.java | 1002 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/ |
D | InvisibleContactUtil.java | 82 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in addToDefaultGroup() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/ |
D | SelectAccountActivity.java | 60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
D | NfcImportVCardActivity.java | 177 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
D | ImportVCardActivity.java | 519 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
D | ContactListFilterView.java | 79 public void bindView(AccountTypeManager accountTypes) { in bindView()
|
D | AccountFilterActivity.java | 115 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadAccountFilters() local
|
D | CustomContactListFilterActivity.java | 127 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadInBackground() local
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AddAccountSettings.java | 155 final String[] accountTypes = in onCreate() local
|
D | AccountSettings.java | 386 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 483 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()
|
D | RawContactModifier.java | 394 public static void trimEmpty(RawContactDeltaList set, AccountTypeManager accountTypes) { in trimEmpty() 404 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges()
|
D | Contact.java | 489 /* package */ void setInvitableAccountTypes(ImmutableList<AccountType> accountTypes) { in setInvitableAccountTypes()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | AccountReconciler.java | 61 final LinkedHashSet<String> accountTypes = new LinkedHashSet<String>(); in getAllAmAccounts() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | AccountSelectionUtil.java | 101 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in getSelectAccountDialog() local
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
D | RawContactModifierTests.java | 518 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/ |
D | ImportExportDialogFragment.java | 252 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | ContactMultiDeletionInteraction.java | 196 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
|
D | ContactDeletionInteraction.java | 242 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 369 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local
|