/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 | 171 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
D | ImportVCardActivity.java | 844 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 | 358 final String[] accountTypes = helper.getEnabledAccountTypes(); in getAccountTypePreferences() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
D | AccountTypeManager.java | 484 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()
|
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/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 645 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
|
D | AggregationSuggestionView.java | 118 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
|
D | ContactEditorUtils.java | 65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
|
/packages/apps/Email/src/com/android/email/provider/ |
D | AccountReconciler.java | 59 final LinkedHashSet<String> accountTypes = new LinkedHashSet<String>(); in getAllAmAccounts() local
|
D | EmailProvider.java | 1616 final Set<String> accountTypes = new HashSet<String>(3); in restoreAccounts() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/ |
D | ImportExportDialogFragment.java | 215 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
D | AccountSelectionUtil.java | 92 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/Contacts/src/com/android/contacts/interactions/ |
D | ContactDeletionInteraction.java | 234 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
D | BrowseInfo.java | 481 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in addAccounts() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 338 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local
|