Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 11 of 11) 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()
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()
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/src/android/accounts/cts/
DMockAccountAuthenticator.java148 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
152 this.mAuthTokenType = authTokenType; in addAccount()
165 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
168 this.mAuthTokenType = authTokenType; in updateCredentials()
213 String authTokenType, in getAuthToken() argument
219 this.mAuthTokenType = authTokenType; in getAuthToken()
226 if (AccountManagerTest.AUTH_EXPIRING_TOKEN_TYPE.equals(authTokenType)) { in getAuthToken()
245 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
246 this.mAuthTokenType = authTokenType; in getAuthTokenLabel()
DAccountManagerTest.java290 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount() argument
297 authTokenType, in addAccount()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
61 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
76 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
81 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/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
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.java64 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
79 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
84 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
90 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java58 String authTokenType, in addAccount() argument
72 new AddAccountTx(accountType, authTokenType, requiredFeatures, options, result)); in addAccount()
167 String authTokenType, in getAuthToken() argument
174 new GetAuthTokenTx(account, authTokenType, options, result)); in getAuthToken()
227 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
228 String result = "Label:" + authTokenType; in getAuthTokenLabel()
230 new GetAuthTokenLabelTx(authTokenType, result)); in getAuthTokenLabel()
238 String authTokenType, in updateCredentials() argument
245 new UpdateCredentialsTx(account, authTokenType, options, result)); in updateCredentials()