| /packages/apps/Contacts/src/com/android/contacts/util/ | 
| D | DeviceLocalAccountTypeFactory.java | 46     @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType);  in classifyAccount() 48     AccountType getAccountType(String accountType);  in getAccountType() 72         public int classifyAccount(String accountType) {  in classifyAccount() 87         public AccountType getAccountType(String accountType) {  in getAccountType()
  | 
| D | LocalizedNameResolver.java | 51     public static String getAllContactsName(Context context, String accountType) {  in getAllContactsName() 61     private static String resolveAllContactsName(Context context, String accountType) {  in resolveAllContactsName()
  | 
| /packages/apps/Contacts/src/com/android/contacts/model/account/ | 
| D | AccountTypeWithDataSet.java | 40     public final String accountType;  field in AccountTypeWithDataSet 45     private AccountTypeWithDataSet(String accountType, String dataSet) {  in AccountTypeWithDataSet() 50     public static AccountTypeWithDataSet get(String accountType, String dataSet) {  in get()
  | 
| D | AccountTypeProvider.java | 84     public List<AccountType> getAccountTypes(String accountType) {  in getAccountTypes() 154     public boolean supportsContactsSyncing(String accountType) {  in supportsContactsSyncing() 167         AccountType accountType;  in loadTypes()  local
  | 
| /packages/apps/Dialer/java/com/android/contacts/common/model/account/ | 
| D | AccountTypeWithDataSet.java | 39   public final String accountType;  field in AccountTypeWithDataSet 44   private AccountTypeWithDataSet(String accountType, String dataSet) {  in AccountTypeWithDataSet() 49   public static AccountTypeWithDataSet get(String accountType, String dataSet) {  in get()
  | 
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/ | 
| D | AddAccountWithTypeActivity.java | 82             String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE);  in onCreate()  local 101             String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE);  in onActivityResult()  local 114     private void startAddAccount(String accountType) {  in startAddAccount()
  | 
| /packages/apps/Settings/src/com/android/settings/accounts/ | 
| D | ChooseAccountPreferenceController.java | 137             final String accountType = mAuthDescs[i].type;  in onAuthDescriptionsUpdated()  local 235     Drawable getDrawableForType(final String accountType) {  in getDrawableForType() 264     CharSequence getLabelForType(final String accountType) {  in getLabelForType() 281     private void finishWithAccountType(String accountType) {  in finishWithAccountType()
  | 
| D | AccountPreferenceBase.java | 123     protected Drawable getDrawableForType(final String accountType) {  in getDrawableForType() 127     protected CharSequence getLabelForType(final String accountType) {  in getLabelForType()
  | 
| /packages/apps/Car/Settings/src/com/android/car/settings/accounts/ | 
| D | AccountTypesHelper.java | 107             String accountType = authenticatorDescription.type;  in updateAuthorizedAccountTypes()  local 167     public CharSequence getLabelForType(String accountType) {  in getLabelForType() 178     public Drawable getDrawableForType(String accountType) {  in getDrawableForType()
  | 
| D | AddAccountPreferenceController.java | 124             String accountType = authorizedAccountTypes.iterator().next();  in launchAddAccount()  local 126                     AddAccountActivity.createAddAccountActivityIntent(getContext(), accountType));  in launchAddAccount()  local
  | 
| D | AddAccountActivity.java | 121     public static Intent createAddAccountActivityIntent(Context context, String accountType) {  in createAddAccountActivityIntent() 172     private void addAccount(String accountType) {  in addAccount()
  | 
| D | AccountListPreferenceController.java | 223             String accountType = accountTypes[i];  in getAccountPreferences()  local 248             mAuthenticatorHelper.preloadDrawableForType(getContext(), accountType);  in getAccountPreferences()  local 289     private boolean accountTypeHasAnyRequestedAuthorities(String accountType) {  in accountTypeHasAnyRequestedAuthorities()
  | 
| /packages/apps/Contacts/src/com/android/contacts/list/ | 
| D | ContactListFilter.java | 66     public final String accountType;  field in ContactListFilter 72     public ContactListFilter(int filterType, String accountType, String accountName, String dataSet,  in ContactListFilter() 85     public static ContactListFilter createAccountFilter(String accountType, String accountName,  in createAccountFilter() 91     public static ContactListFilter createGroupMembersFilter(String accountType, String accountName,  in createGroupMembersFilter() 276         String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null);  in restoreFromPreferences()  local
  | 
| /packages/apps/Dialer/java/com/android/contacts/common/model/ | 
| D | AccountTypeManager.java | 120   public final AccountType getAccountType(String accountType, String dataSet) {  in getAccountType() 318       AuthenticatorDescription[] auths, String accountType) {  in findAuthenticator() 442       AccountType accountType;  in loadAccountsInBackground()  local 479         ExternalAccountType accountType = new ExternalAccountType(mContext, extensionPackage, true);  in loadAccountsInBackground()  local 588       AccountType accountType,  in addAccountType() 591     accountTypesByTypeAndDataSet.put(accountType.getAccountTypeAndDataSet(), accountType);  in addAccountType()  local 714       AccountType accountType = allInvitables.get(accountTypeWithDataSet);  in findUsableInvitableAccountTypes()  local
  | 
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/ | 
| D | FakeDeviceAccountTypeFactory.java | 30     public int classifyAccount(String accountType) {  in classifyAccount() 41     public AccountType getAccountType(String accountType) {  in getAccountType()
  | 
| D | FakeAccountType.java | 77     public static FakeAccountType create(String accountType, String label) {  in create() 84     public static FakeAccountType create(String accountType, String label, Drawable icon) {  in create()
  | 
| /packages/apps/Dialer/java/com/android/contacts/common/list/ | 
| D | ContactListFilter.java | 67   public final String accountType;  field in ContactListFilter 74       int filterType, String accountType, String accountName, String dataSet, Drawable icon) {  in ContactListFilter() 87       String accountType, String accountName, String dataSet, Drawable icon) {  in createAccountFilter() 134     String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null);  in restoreFromPreferences()  local
  | 
| /packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ | 
| D | ShadowAuthenticationHelper.java | 55     protected CharSequence getLabelForType(Context context, final String accountType) {  in getLabelForType() 69     protected Drawable getDrawableForType(Context context, final String accountType) {  in getDrawableForType()
  | 
| /packages/apps/Contacts/src/com/android/contacts/group/ | 
| D | GroupMetaData.java | 49     public final String accountType;  field in GroupMetaData 66         final AccountType accountType = accountTypeManager.getAccountType(  in GroupMetaData()  local
  | 
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ | 
| D | AccountWithDataSet.java | 51     public AccountWithDataSet(String accountName, String accountType, String dataSet) {  in AccountWithDataSet() 61     public static AccountWithDataSet get(String accountName, String accountType, String dataSet) {  in get()
  | 
| D | PhotoPriorityResolver.java | 86     public synchronized int getPhotoPriority(String accountType) {  in getPhotoPriority() 102     private int resolvePhotoPriority(String accountType) {  in resolvePhotoPriority()
  | 
| /packages/apps/Contacts/src/com/android/contacts/model/ | 
| D | RawContactModifier.java | 112             RawContactDelta state, AccountType accountType, String mimeType) {  in ensureKindExists() 378             final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE);  in trimEmpty()  local 397             final String accountType = values.getAsString(RawContacts.ACCOUNT_TYPE);  in hasChanges()  local 413     public static void trimEmpty(RawContactDelta state, AccountType accountType) {  in trimEmpty() 452     private static boolean hasChanges(RawContactDelta state, AccountType accountType,  in hasChanges() 517     public static void parseExtras(Context context, AccountType accountType, RawContactDelta state,  in parseExtras() 592             Context context, AccountType accountType, RawContactDelta state, Bundle extras) {  in parseStructuredNameExtra() 652             AccountType accountType, RawContactDelta state, Bundle extras) {  in parseStructuredPostalExtra() 678             RawContactDelta state, AccountType accountType,  in parseValues()
  | 
| /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/ | 
| D | TestAuthenticator.java | 62     public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,  in addAccount() 107     public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {  in editProperties()
  | 
| /packages/apps/Contacts/tests/src/com/android/contacts/model/ | 
| D | RawContactModifierTests.java | 555         final AccountType accountType = getAccountType();  in testTrimInsertEmpty()  local 584         final AccountType accountType = getAccountType();  in testTrimInsertInsert()  local 620         final AccountType accountType = getAccountType();  in testTrimUpdateRemain()  local 698         final AccountType accountType = getAccountType();  in testTrimUpdateUpdate()  local 758         final AccountType accountType = getAccountType();  in testParseExtrasExistingName()  local 777         final AccountType accountType = getAccountType();  in testParseExtrasIgnoreLimit()  local 800         final AccountType accountType = getAccountType();  in testParseExtrasIgnoreUnhandled()  local 813         final AccountType accountType = getAccountType();  in testParseExtrasJobTitle()  local
  | 
| /packages/modules/StatsD/tests/apps/statsdapp/src/com/android/server/cts/device/statsd/ | 
| D | StatsdAuthenticator.java | 95         public Bundle addAccount(AccountAuthenticatorResponse response, String accountType,  in addAccount() 102         public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) {  in editProperties()
  |