| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/accounts/ |
| D | AuthenticatorHelper.java | 81 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()
|
| /frameworks/base/core/java/android/content/ |
| D | SyncAdapterType.java | 33 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()
|
| D | SyncAdaptersCache.java | 67 final String accountType = in parseServiceAttributes() local 153 final String accountType = parser.getAttributeValue(null, "accountType"); in createFromXml() local
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
| D | TestAccountType2Authenticator.java | 40 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()
|
| D | TestAccountType1Authenticator.java | 40 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()
|
| D | AccountManagerServiceTest.java | 2460 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndNoAccount() local 2482 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithNoFeaturesAndOneVisibleAccount() local 2557 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoAccount() local 2581 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndNoQualifiedAccount() local 2610 String accountType = result.getString(AccountManager.KEY_ACCOUNT_TYPE); in testGetAccountByTypeAndFeaturesWithFeaturesAndOneQualifiedAccount() local
|
| /frameworks/base/core/java/android/accounts/ |
| D | IAccountAuthenticator.aidl | 32 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()
|
| D | IAccountManager.aidl | 39 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()
|
| D | AbstractAccountAuthenticator.java | 155 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()
|
| D | ChooseTypeAndAccountActivity.java | 324 String accountType = data.getStringExtra(AccountManager.KEY_ACCOUNT_TYPE); in onActivityResult() local 334 String accountType = null; in onActivityResult() local 431 private void setResultAndFinish(final String accountName, final String accountType) { in setResultAndFinish()
|
| D | ChooseAccountActivity.java | 119 private Drawable getDrawableForType(String accountType) { in getDrawableForType()
|
| D | AccountManager.java | 873 final String accountType, final String authTokenType, in getAuthTokenLabel()
|
| /frameworks/base/services/core/java/com/android/server/accounts/ |
| D | AccountAuthenticatorCache.java | 62 final String accountType = in parseServiceAttributes() local
|
| D | TokenCache.java | 157 public void evict(String accountType, String token) { in evict() 209 public void remove(String accountType, String token) { in remove()
|
| D | AccountManagerService.java | 496 String accountType) { in getAccountsAndVisibilityForPackage() 1241 final String accountType = cur.getKey(); in validateAccountsInternal() local 1894 String callerPackage, String accountType, in logAddAccountExplicitlyMetrics() 2463 public void invalidateAuthToken(String accountType, String authToken) { in invalidateAuthToken() 2500 …te List<Pair<Account, String>> invalidateAuthTokenLocked(UserAccounts accounts, String accountType, in invalidateAuthTokenLocked() 2819 public void getAuthTokenLabel(IAccountManagerResponse response, final String accountType, in getAuthTokenLabel() 2834 new Session(accounts, response, accountType, false /* expectActivityLaunch */, in getAuthTokenLabel() argument 3103 private void logGetAuthTokenMetrics(final String callerPackage, String accountType) { in logGetAuthTokenMetrics() 3233 public void addAccount(final IAccountManagerResponse response, final String accountType, in addAccount() 3276 public void addAccountAsUser(final IAccountManagerResponse response, final String accountType, in addAccountAsUser() [all …]
|
| D | AccountsDb.java | 332 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
|
| /frameworks/base/core/java/com/android/server/backup/ |
| D | AccountSyncSettingsBackupHelper.java | 288 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreFromJsonArray() local 408 String accountType = accountJSON.getString(KEY_ACCOUNT_TYPE); in restoreExistingAccountSyncSettingsFromJSON() local
|
| /frameworks/ex/common/java/com/android/common/content/ |
| D | SyncStateContentProviderHelper.java | 118 final String accountType = c.getString(1); in onAccountsChanged() local
|
| /frameworks/base/core/java/android/os/ |
| D | IUserManager.aidl | 95 in String accountType, in PersistableBundle accountOptions, boolean persist); in setSeedAccountData() 100 boolean someUserHasSeedAccount(in String accountName, in String accountType); in someUserHasSeedAccount()
|
| D | UserManager.java | 3204 @Nullable String accountType, @Nullable PersistableBundle accountOptions) { in createUserCreationIntent() 3310 public void setSeedAccountData(int userId, String accountName, String accountType, in setSeedAccountData() 4642 public boolean someUserHasSeedAccount(String accountName, String accountType) { in someUserHasSeedAccount()
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| D | SyncOperation.java | 273 String accountName, accountType; in maybeCreateFromJobExtras() local
|
| /frameworks/base/packages/SettingsLib/src/com/android/settingslib/ |
| D | RestrictedLockUtilsInternal.java | 374 String accountType, int userId) { in checkIfAccountManagementDisabled()
|
| /frameworks/ex/common/java/com/android/common/contacts/ |
| D | BaseEmailAddressAdapter.java | 103 public String accountType; field in BaseEmailAddressAdapter.DirectoryPartition
|
| /frameworks/opt/chips/src/com/android/ex/chips/ |
| D | BaseRecipientAdapter.java | 112 public String accountType; field in BaseRecipientAdapter.DirectorySearchParams
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
| D | DevicePolicyManagerTest.java | 7072 final String accountType = "com.example.account.type"; in testSetAccountTypesWithManagementDisabledOnManagedProfile() local 7101 final String accountType = "com.example.account.type"; in testSetAccountTypesWithManagementDisabledOnOrgOwnedManagedProfile() local
|