Home
last modified time | relevance | path

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

12345

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/
H A DAuthenticatorHelper.java81 public void preloadDrawableForType(final Context context, final String accountType) { in preloadDrawableForType()
97 public Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
129 public CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
151 public String getPackageForType(final String accountType) { in getPackageForType()
165 public int getLabelIdForType(final String accountType) { in getLabelIdForType()
185 public boolean containsAccountType(String accountType) { in containsAccountType()
189 public AuthenticatorDescription getAccountTypeDescription(String accountType) { in getAccountTypeDescription()
193 public boolean hasAccountPreferences(final String accountType) { in hasAccountPreferences()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/
H A DDeviceLocalAccountTypeFactory.java46 @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()
H A DLocalizedNameResolver.java51 public static String getAllContactsName(Context context, String accountType) { in getAllContactsName()
61 private static String resolveAllContactsName(Context context, String accountType) { in resolveAllContactsName()
/aosp12/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java33 public final String accountType; field in SyncAdapterType
47 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
67 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType()
91 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType()
177 public static SyncAdapterType newKey(String authority, String accountType) { in newKey()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/account/
H A 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()
H A DAccountTypeProvider.java84 public List<AccountType> getAccountTypes(String accountType) { in getAccountTypes()
154 public boolean supportsContactsSyncing(String accountType) { in supportsContactsSyncing()
167 AccountType accountType; in loadTypes() local
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/account/
H A 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()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java40 public TestAccountType2Authenticator(Context context, String accountType) { in TestAccountType2Authenticator()
47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
55 String accountType, in addAccount()
110 String accountType, in startAddAccountSession()
132 String accountType, in finishSession()
H A DTestAccountType1Authenticator.java40 public TestAccountType1Authenticator(Context context, String accountType) { in TestAccountType1Authenticator()
47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
62 String accountType, in addAccount()
262 String accountType, in startAddAccountSession()
373 String accountType, in finishSession()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/testdata/
H A DContactDataHandler.java58 public void addContactsAsync(String file, String accountName, String accountType) { in addContactsAsync()
68 String accountType) { in addContactsAsync()
83 String accountType) { in addOneContact()
150 public void removeAddedContactsAsync(String accountName, String accountType) { in removeAddedContactsAsync()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accounts/
H A DAddAccountWithTypeActivity.java82 String accountType = getIntent().getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onCreate() local
100 String accountType = data.getExtras().getString(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
113 private void startAddAccount(String accountType) { in startAddAccount()
/aosp12/packages/apps/Settings/src/com/android/settings/accounts/
H A 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()
H A DAccountPreferenceBase.java123 protected Drawable getDrawableForType(final String accountType) { in getDrawableForType()
127 protected CharSequence getLabelForType(final String accountType) { in getLabelForType()
/aosp12/frameworks/base/core/java/android/accounts/
H A DIAccountManager.aidl39 Account[] getAccountsAsUser(String accountType, int userId, String opPackageName); in getAccountsAsUser()
42 void getAccountByTypeAndFeatures(in IAccountManagerResponse response, String accountType, in getAccountByTypeAndFeatures()
44 void getAccountsByFeatures(in IAccountManagerResponse response, String accountType, in getAccountsByFeatures()
52 void invalidateAuthToken(String accountType, String authToken); in invalidateAuthToken()
63 void addAccount(in IAccountManagerResponse response, String accountType, in addAccount()
66 void addAccountAsUser(in IAccountManagerResponse response, String accountType, in addAccountAsUser()
71 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties()
76 void getAuthTokenLabel(in IAccountManagerResponse response, String accountType, in getAuthTokenLabel()
87 void startAddAccountSession(in IAccountManagerResponse response, String accountType, in startAddAccountSession()
114 Map getAccountsAndVisibilityForPackage(in String packageName, in String accountType); in getAccountsAndVisibilityForPackage()
H A DIAccountAuthenticator.aidl32 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
99 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
113 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession()
H A DAbstractAccountAuthenticator.java155 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
294 String accountType) throws RemoteException { in editProperties()
373 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
443 String accountType, in finishSession()
542 String accountType); in editProperties()
566 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
794 final String accountType, in startAddAccountSession()
905 final String accountType, in finishSession()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java30 public int classifyAccount(String accountType) { in classifyAccount()
41 public AccountType getAccountType(String accountType) { in getAccountType()
H A 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()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountTypesHelper.java107 String accountType = authenticatorDescription.type; in updateAuthorizedAccountTypes() local
167 public CharSequence getLabelForType(String accountType) { in getLabelForType()
178 public Drawable getDrawableForType(String accountType) { in getDrawableForType()
H A DAddAccountPreferenceController.java90 String accountType = authorizedAccountTypes.iterator().next(); in handlePreferenceClicked() local
92 AddAccountActivity.createAddAccountActivityIntent(getContext(), accountType)); in handlePreferenceClicked() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListFilter.java66 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
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/
H A DShadowAuthenticationHelper.java55 protected CharSequence getLabelForType(Context context, final String accountType) { in getLabelForType()
69 protected Drawable getDrawableForType(Context context, final String accountType) { in getDrawableForType()
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/model/
H A 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
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/list/
H A 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
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMetaData.java49 public final String accountType; field in GroupMetaData
66 final AccountType accountType = accountTypeManager.getAccountType( in GroupMetaData() local

12345