Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DGetAuthTokenLabelTx.java22 public final String authTokenType; field in GetAuthTokenLabelTx
26 authTokenType = in.readString(); in GetAuthTokenLabelTx()
31 String authTokenType, in GetAuthTokenLabelTx() argument
33 this.authTokenType = authTokenType; in GetAuthTokenLabelTx()
44 out.writeString(authTokenType); in writeToParcel()
DStartUpdateCredentialsSessionTx.java25 public final String authTokenType; field in StartUpdateCredentialsSessionTx
30 authTokenType = in.readString(); in StartUpdateCredentialsSessionTx()
36 String authTokenType, in StartUpdateCredentialsSessionTx() argument
39 this.authTokenType = authTokenType; in StartUpdateCredentialsSessionTx()
51 out.writeString(authTokenType); in writeToParcel()
DGetAuthTokenTx.java25 public final String authTokenType; field in GetAuthTokenTx
31 authTokenType = in.readString(); in GetAuthTokenTx()
38 String authTokenType, in GetAuthTokenTx() argument
42 this.authTokenType = authTokenType; in GetAuthTokenTx()
55 out.writeString(authTokenType); in writeToParcel()
DUpdateCredentialsTx.java25 public final String authTokenType; field in UpdateCredentialsTx
31 authTokenType = in.readString(); in UpdateCredentialsTx()
38 String authTokenType, in UpdateCredentialsTx() argument
42 this.authTokenType = authTokenType; in UpdateCredentialsTx()
55 out.writeString(authTokenType); in writeToParcel()
DStartAddAccountSessionTx.java27 public final String authTokenType; field in StartAddAccountSessionTx
33 authTokenType = in.readString(); in StartAddAccountSessionTx()
40 String authTokenType, in StartAddAccountSessionTx() argument
44 this.authTokenType = authTokenType; in StartAddAccountSessionTx()
61 out.writeString(authTokenType); in writeToParcel()
DAddAccountTx.java27 public final String authTokenType; field in AddAccountTx
34 authTokenType = in.readString(); in AddAccountTx()
42 String authTokenType, in AddAccountTx() argument
47 this.authTokenType = authTokenType; in AddAccountTx()
65 out.writeString(authTokenType); in writeToParcel()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java54 String authTokenType, in addAccount() argument
73 new AddAccountTx(accountType, authTokenType, requiredFeatures, options, result)); in addAccount()
90 String authTokenType, in getAuthToken() argument
97 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
106 String authTokenType, in updateCredentials() argument
115 new UpdateCredentialsTx(account, authTokenType, options, result)); in updateCredentials()
DTestAccountAuthenticator.java62 String authTokenType, in addAccount() argument
76 new AddAccountTx(accountType, authTokenType, requiredFeatures, options, result)); in addAccount()
156 String authTokenType, in getAuthToken() argument
163 new GetAuthTokenTx(account, authTokenType, options, result)); in getAuthToken()
209 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
210 String result = "Label:" + authTokenType; in getAuthTokenLabel()
212 new GetAuthTokenLabelTx(authTokenType, result)); in getAuthTokenLabel()
220 String authTokenType, in updateCredentials() argument
227 new UpdateCredentialsTx(account, authTokenType, options, result)); in updateCredentials()
313 String authTokenType, in startAddAccountSession() argument
[all …]
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java161 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
165 this.mAuthTokenType = authTokenType; in addAccount()
178 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
181 this.mAuthTokenType = authTokenType; in updateCredentials()
226 String authTokenType, in getAuthToken() argument
232 this.mAuthTokenType = authTokenType; in getAuthToken()
239 if (AccountManagerTest.AUTH_EXPIRING_TOKEN_TYPE.equals(authTokenType)) { in getAuthToken()
258 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
259 this.mAuthTokenType = authTokenType; in getAuthTokenLabel()
335 String authTokenType, in startAddAccountSession() argument
[all …]
DAbstractAuthenticatorTests.java197 assertNull(addAccountTx.authTokenType); in testFinishSessionAndStartAddAccountSessionDefaultImpl()
266 assertNull(updateCredentialsTx.authTokenType); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
DAccountManagerTest.java313 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount() argument
320 authTokenType, in addAccount()
3157 String authTokenType,
3166 authTokenType,
3181 String authTokenType,
3191 authTokenType,
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
66 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
83 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java51 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
63 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
83 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java62 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
82 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
88 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
62 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
82 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
125 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DTestAuthenticator.java60 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
93 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
105 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
110 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java97 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
109 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
121 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
126 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java105 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
117 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
129 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
134 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java72 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
84 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
99 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
104 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
DTestAuthenticator.java92 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount() argument
103 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
115 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
120 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java95 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
107 Account account, String authTokenType, Bundle options) { in getAuthToken() argument
113 String accountType, String authTokenType, String[] requiredFeatures, in addAccount() argument
170 Account account, String authTokenType, Bundle options) { in updateCredentials() argument
/cts/tests/tests/security/src/android/security/cts/
DNanoAppBundleTest.java212 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
225 String authTokenType, in getAuthToken() argument
233 String authTokenType, in addAccount() argument
238 accountType, authTokenType)); in addAccount()
262 String authTokenType, in updateCredentials() argument