/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 67 Account account, Bundle bundle) throws NetworkErrorException { in confirmCredentials() 73 Account account, String type, Bundle bundle) throws NetworkErrorException { in getAuthToken() 84 Account account, String tokenType, Bundle bundle) in updateCredentials() 91 Account account, String[] options) throws NetworkErrorException { in hasFeatures() 97 Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 82 private void addAccountExplicitly(Account account, String password, Bundle userdata) { in addAccountExplicitly() 86 private boolean removeAccount(AccountManager am, Account account, in removeAccount() 105 private void addAccountAndVerifyInitSync(Account account, String password, in addAccountAndVerifyInitSync() 128 private void cancelSync(Account account, String authority, int latchTimeoutMillis) { in cancelSync() 158 private void requestSync(Account account, String authority, int latchTimeoutMillis) { in requestSync() 174 private void setIsSyncable(Account account, String authority, boolean b) { in setIsSyncable()
|
D | MockAccountAuthenticator.java | 62 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/ |
D | SyncManagerCtsAuthenticator.java | 66 final Account account = new Account(name, getAccountType()); in ensureTestAccount() local 116 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 122 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 128 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 139 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | AccountAuthenticator.java | 83 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 89 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 98 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 109 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 118 …ic Bundle getAccountCredentialsForCloning(AccountAuthenticatorResponse response, Account account) { in getAccountCredentialsForCloning() 128 public Bundle addAccountFromCredentials(AccountAuthenticatorResponse response, Account account, in addAccountFromCredentials()
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 79 Account account, Bundle bundle) throws NetworkErrorException { in confirmCredentials() 85 Account account, String type, Bundle bundle) throws NetworkErrorException { in getAuthToken() 99 Account account, String tokenType, Bundle bundle) in updateCredentials() 106 Account account, String[] options) throws NetworkErrorException { in hasFeatures() 112 Account account) throws NetworkErrorException { in getAccountRemovalAllowed()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdAuthenticator.java | 59 final Account account = getTestAccount(); in ensureTestAccount() local 107 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 113 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 119 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 130 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
D | StatsdSyncAdapter.java | 53 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync() 73 public static void requestSync(Account account) throws Exception { in requestSync()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsAuthenticator.java | 60 final Account account = getTestAccount(); in ensureTestAccount() local 108 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 114 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 120 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 131 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
D | BatteryStatsSyncAdapter.java | 54 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync() 101 public static void requestSync(Account account) throws Exception { in requestSync() 117 public static void cancelPendingSyncs(Account account) throws Exception { in cancelPendingSyncs()
|
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/ |
D | SyncAdapterSettingsAuthenticator.java | 65 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 71 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 77 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 88 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/ |
D | TestDefaultAuthenticator.java | 80 Account account, in confirmCredentials() 89 Account account, in getAuthToken() 105 Account account, in updateCredentials() 122 Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/ |
D | TestAuthenticator.java | 75 final Account account = new Account(name, accountType); in createAccount() local 102 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 108 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 114 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 125 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | GetAccountRemovalAllowedTx.java | 24 public final Account account; field in GetAccountRemovalAllowedTx 33 Account account, in GetAccountRemovalAllowedTx()
|
D | HasFeaturesTx.java | 27 public final Account account; field in HasFeaturesTx 38 Account account, in HasFeaturesTx()
|
D | ConfirmCredentialsTx.java | 24 public final Account account; field in ConfirmCredentialsTx 35 Account account, in ConfirmCredentialsTx()
|
D | StartUpdateCredentialsSessionTx.java | 24 public final Account account; field in StartUpdateCredentialsSessionTx 35 Account account, in StartUpdateCredentialsSessionTx()
|
D | GetAuthTokenTx.java | 24 public final Account account; field in GetAuthTokenTx 37 Account account, in GetAuthTokenTx()
|
D | UpdateCredentialsTx.java | 24 public final Account account; field in UpdateCredentialsTx 37 Account account, in UpdateCredentialsTx()
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/ |
D | TestAuthenticator.java | 92 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 98 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 104 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 115 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
D | MockAccountAuthenticator.java | 61 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 67 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 76 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 87 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/ |
D | Authenticator.java | 107 Account account, String authTokenType, Bundle options) { in getAuthToken() 164 AccountAuthenticatorResponse response, Account account, Bundle options) { in confirmCredentials() 170 Account account, String authTokenType, Bundle options) { in updateCredentials() 176 AccountAuthenticatorResponse response, Account account, String[] features) in hasFeatures()
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | CalendarTest.java | 128 static String generateCalendarOwnerEmail(String account) { in generateCalendarOwnerEmail() 141 String account, int seed) { in getNewCalendarValues() 204 public static int deleteCalendarByAccount(ContentResolver resolver, String account) { in deleteCalendarByAccount() 209 public static Cursor getCalendarsByAccount(ContentResolver resolver, String account) { in getCalendarsByAccount() 246 public static ContentValues getNewSyncStateValues(String account) { in getNewSyncStateValues() 265 public static Cursor getSyncStateByAccount(ContentResolver resolver, String account) { in getSyncStateByAccount() 286 public static int deleteSyncStateByAccount(ContentResolver resolver, String account, in deleteSyncStateByAccount() 367 String account, int seed, long calendarId, boolean asSyncAdapter) { in getNewEventValues() 445 public static ContentValues getNewRecurringEventValues(String account, int seed, in getNewRecurringEventValues() 511 public static void addDefaultReadOnlyValues(ContentValues values, String account, in addDefaultReadOnlyValues() [all …]
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/ |
D | StaticAccountAuthenticator.java | 68 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 76 public Bundle getAuthToken(AccountAuthenticatorResponse response, Account account, in getAuthToken() 87 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 93 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | MockAccountAuthenticator.java | 177 public Bundle updateCredentials(AccountAuthenticatorResponse response, Account account, in updateCredentials() 202 public Bundle confirmCredentials(AccountAuthenticatorResponse response, Account account, in confirmCredentials() 225 Account account, in getAuthToken() 267 public Bundle hasFeatures(AccountAuthenticatorResponse response, Account account, in hasFeatures() 293 Account account) throws NetworkErrorException { in getAccountRemovalAllowed() 317 Account account, in addAccountFromCredentials() 324 final Account account) throws NetworkErrorException { in getAccountCredentialsForCloning() 390 Account account, in startUpdateCredentialsSession() 502 Account account, in isCredentialsUpdateSuggested()
|