Home
last modified time | relevance | path

Searched defs:accountType (Results 1 – 25 of 101) sorted by relevance

12345

/packages/apps/Contacts/src/com/android/contacts/util/
DDeviceLocalAccountTypeFactory.java41 @DeviceLocalAccountTypeFactory.LocalAccountType int classifyAccount(String accountType); in classifyAccount()
43 AccountType getAccountType(String accountType); in getAccountType()
67 public int classifyAccount(String accountType) { in classifyAccount()
72 public AccountType getAccountType(String accountType) { in getAccountType()
DLocalizedNameResolver.java51 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/
DAccountTypeWithDataSet.java40 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()
DAccountTypeProvider.java84 public List<AccountType> getAccountTypes(String accountType) { in getAccountTypes()
153 public boolean supportsContactsSyncing(String accountType) { in supportsContactsSyncing()
166 AccountType accountType; in loadTypes() local
/packages/apps/Dialer/java/com/android/contacts/common/model/account/
DAccountTypeWithDataSet.java39 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/
DAddAccountWithTypeActivity.java67 String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onCreate() local
84 String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
97 private void startAddAccount(String accountType) { in startAddAccount()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount()
41 public AccountType getAccountType(String accountType) { in getAccountType()
DFakeAccountType.java77 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/Settings/src/com/android/settings/accounts/
DChooseAccountPreferenceController.java137 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()
DAccountPreferenceBase.java123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
127 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
DProviderEntry.java25 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry()
DProviderPreference.java35 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accounts/
DChooseAccountPreferenceController.java137 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()
DAccountPreferenceBase.java123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
127 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
DProviderEntry.java25 ProviderEntry(CharSequence providerName, String accountType) { in ProviderEntry()
DProviderPreference.java35 Context context, String accountType, Drawable icon, CharSequence providerName) { in ProviderPreference()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DChooseAccountPreferenceController.java182 String accountType = authenticatorDescription.type; in getAuthenticatorDescriptionPreferences() local
224 private boolean onAddAccount(String accountType) { in onAddAccount()
251 void addAccount(String accountType); in addAccount()
257 AuthenticatorDescriptionPreference(Context context, String accountType, CharSequence label, in AuthenticatorDescriptionPreference()
DAccountListPreferenceController.java180 String accountType = accountTypes[i]; in getAccountPreferences() local
205 mAuthenticatorHelper.preloadDrawableForType(getContext(), accountType); in getAccountPreferences() local
236 private boolean accountTypeHasAnyRequestedAuthorities(String accountType) { in accountTypeHasAnyRequestedAuthorities()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListFilter.java65 public final String accountType; field in ContactListFilter
71 public ContactListFilter(int filterType, String accountType, String accountName, String dataSet, in ContactListFilter()
84 public static ContactListFilter createAccountFilter(String accountType, String accountName, in createAccountFilter()
90 public static ContactListFilter createGroupMembersFilter(String accountType, String accountName, in createGroupMembersFilter()
269 String accountType = prefs.getString(KEY_ACCOUNT_TYPE, null); in restoreFromPreferences() local
/packages/apps/Dialer/java/com/android/contacts/common/list/
DContactListFilter.java67 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/Dialer/java/com/android/contacts/common/model/
DAccountTypeManager.java120 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/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java34 public AccountWithDataSet(String accountName, String accountType, String dataSet) { in AccountWithDataSet()
44 public static AccountWithDataSet get(String accountName, String accountType, String dataSet) { in get()
DPhotoPriorityResolver.java86 public synchronized int getPhotoPriority(String accountType) { in getPhotoPriority()
102 private int resolvePhotoPriority(String accountType) { in resolvePhotoPriority()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupMetaData.java49 public final String accountType; field in GroupMetaData
66 final AccountType accountType = accountTypeManager.getAccountType( in GroupMetaData() local
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DTestUtil.java55 String accountName, String accountType, String dataSet) { in maybeAddAccountWithDataSetQueryParameters()

12345