Home
last modified time | relevance | path

Searched defs:authTokenType (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DGetAuthTokenLabelTx.java22 public final String authTokenType; field in GetAuthTokenLabelTx
31 String authTokenType, in GetAuthTokenLabelTx()
DGetAuthTokenTx.java25 public final String authTokenType; field in GetAuthTokenTx
38 String authTokenType, in GetAuthTokenTx()
DUpdateCredentialsTx.java25 public final String authTokenType; field in UpdateCredentialsTx
38 String authTokenType, in UpdateCredentialsTx()
DAddAccountTx.java27 public final String authTokenType; field in AddAccountTx
42 String authTokenType, in AddAccountTx()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.java49 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
61 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
76 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
81 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java51 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
63 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
78 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
83 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java64 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
79 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
84 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
90 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java58 String authTokenType, in addAccount()
167 String authTokenType, in getAuthToken()
227 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
238 String authTokenType, in updateCredentials()
/cts/tests/tests/accounts/src/android/accounts/cts/
DMockAccountAuthenticator.java147 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
164 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
212 String authTokenType, in getAuthToken()
244 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
DAccountManagerTest.java286 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()