/packages/apps/Contacts/src/com/android/contacts/vcard/ |
D | SelectAccountActivity.java | 60 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
D | NfcImportVCardActivity.java | 172 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
D | ImportVCardActivity.java | 844 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in onCreate() local
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | AddAccountSettings.java | 110 final String[] accountTypes = in onCreate() local
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactListFilterView.java | 81 public void bindView(AccountTypeManager accountTypes) { in bindView()
|
D | AccountFilterActivity.java | 117 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadAccountFilters() local
|
D | CustomContactListFilterActivity.java | 129 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in loadInBackground() local
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 521 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
|
D | AggregationSuggestionView.java | 115 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getContext()); in canEditSuggestedContact() local
|
D | ContactEditorUtils.java | 65 ContactEditorUtils(Context context, AccountTypeManager accountTypes) { in ContactEditorUtils()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | AccountTypeManager.java | 480 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()
|
D | EntityModifier.java | 387 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/ |
D | ImportExportDialogFragment.java | 198 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in handleImportRequest() local
|
D | ContactDeletionInteraction.java | 234 AccountTypeManager accountTypes = AccountTypeManager.getInstance(getActivity()); in onLoadFinished() local
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountSelectionUtil.java | 91 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(context); in getSelectAccountDialog() local
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | EntityModifierTests.java | 517 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/ |
D | QuickContactActivity.java | 343 final AccountTypeManager accountTypes = AccountTypeManager.getInstance( in bindData() local
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | ContactDetailFragment.java | 538 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/ |
D | Settings.java | 438 String[] accountTypes = mAuthenticatorHelper.getEnabledAccountTypes(); in insertAccountsHeaders() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 340 final AccountTypeManager accountTypes = AccountTypeManager.getInstance(this); in saveContact() local
|