Home
last modified time | relevance | path

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

12

/aosp14/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()
/aosp14/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()
H A DSyncAdaptersCache.java67 final String accountType = in parseServiceAttributes() local
153 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
H A DIContentService.aidl153 String getSyncAdapterPackageAsUser(String accountType, String authority, int userId); in getSyncAdapterPackageAsUser()
/aosp14/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.java38 public TestAccountType1Authenticator(Context context, String accountType) { in TestAccountType1Authenticator()
45 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties()
60 String accountType, in addAccount()
260 String accountType, in startAddAccountSession()
374 String accountType, in finishSession()
H A DAccountManagerServiceTest.java2591 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndNoAccount() local
2613 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneVisibleAccount() local
2688 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoAccount() local
2712 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoQualifiedAccount() local
2741 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedAccount() local
/aosp14/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()
117 Map getAccountsAndVisibilityForPackage(in String packageName, in String accountType); in getAccountsAndVisibilityForPackage()
H A DIAccountAuthenticator.aidl33 void addAccount(in IAccountAuthenticatorResponse response, String accountType, in addAccount()
72 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties()
110 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType, in startAddAccountSession()
126 void finishSession(in IAccountAuthenticatorResponse response, String accountType, in finishSession()
H A DAbstractAccountAuthenticator.java154 public void addAccount(IAccountAuthenticatorResponse response, String accountType, in addAccount()
303 String accountType) throws RemoteException { in editProperties()
392 String accountType, String authTokenType, String[] features, Bundle options) in startAddAccountSession()
466 String accountType, in finishSession()
560 String accountType); in editProperties()
584 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, in addAccount()
812 final String accountType, in startAddAccountSession()
923 final String accountType, in finishSession()
H A DChooseTypeAndAccountActivity.java330 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local
340 String accountType = null; in onActivityResult() local
437 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
H A DChooseAccountActivity.java119 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
H A DAccountManager.java853 final String accountType, final String authTokenType, in getAuthTokenLabel()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DAccountTypePolicyKey.java54 public AccountTypePolicyKey(@NonNull String key, @NonNull String accountType) { in AccountTypePolicyKey()
97 String accountType = parser.getAttributeValue(/* namespace= */ null, ATTR_ACCOUNT_TYPE); in readFromXml() local
/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java516 String accountType) { in getAccountsAndVisibilityForPackage()
1079 int userId, String accountType, @NonNull String useCase) { in sendAccountsChangedBroadcast()
1274 final String accountType = cur.getKey(); in validateAccountsInternal() local
1951 String callerPackage, String accountType, in logAddAccountExplicitlyMetrics()
2545 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken()
3413 IAccountManagerResponse response, String accountType, in addAccountAndLogMetrics()
3475 final String accountType, in startAddAccountSession()
3533 accountType, in startAddAccountSession() argument
3567 String accountType, in StartAccountSession()
3711 final String accountType; in finishSessionAsUser() local
[all …]
H A DAccountAuthenticatorCache.java63 final String accountType = in parseServiceAttributes() local
H A DTokenCache.java156 public void evict(String accountType, String token) { in evict()
208 public void remove(String accountType, String token) { in remove()
H A DAccountsDb.java332 Cursor findAuthtokenForAllAccounts(String accountType, String authToken) { in findAuthtokenForAllAccounts()
825 final String accountType = cursor.getString(1); in findAllDeAccounts() local
1014 String accountType = cursor.getString(3); in findAllVisibilityValues() local
1258 String accountType = cursor.getString(1); in findCeAccountsNotInDe() local
/aosp14/frameworks/base/core/java/android/os/
H A DIUserManager.aidl109 in String accountName, in String accountType, in PersistableBundle accountOptions); in createUserWithAttributes()
111 in String accountType, in PersistableBundle accountOptions, boolean persist); in setSeedAccountData()
116 boolean someUserHasSeedAccount(in String accountName, in String accountType); in someUserHasSeedAccount()
117 boolean someUserHasAccount(in String accountName, in String accountType); in someUserHasAccount()
H A DNewUserRequest.java247 public Builder setAccountType(@Nullable String accountType) { in setAccountType()
H A DUserManager.java4247 @Nullable String accountType, @Nullable PersistableBundle accountOptions) { in createUserCreationIntent()
4356 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData()
5974 public boolean someUserHasSeedAccount(String accountName, String accountType) { in someUserHasSeedAccount()
5994 @NonNull String accountName, @NonNull String accountType) { in someUserHasAccount()
/aosp14/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java288 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreFromJsonArray() local
408 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreExistingAccountSyncSettingsFromJSON() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
H A DUserManagerTest.java1442 String accountType = "accountType"; in testAddUserAccountData_validStringValuesAreSaved_validBundleIsSaved() local
1464 accountType, accountOptions); in testAddUserAccountData_validStringValuesAreSaved_validBundleIsSaved() local
1487 String accountType = "Account Type " + tooLongString; in testAddUserAccountData_invalidStringValuesAreTruncated_invalidBundleIsDropped() local
1508 accountType, accountOptions); in testAddUserAccountData_invalidStringValuesAreTruncated_invalidBundleIsDropped() local
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java273 String accountName, accountType; in maybeCreateFromJobExtras() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtilsInternal.java378 String accountType, int userId) { in checkIfAccountManagementDisabled()

12