/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | GetAuthTokenLabelTx.java | 22 public final String authTokenType; field in GetAuthTokenLabelTx 31 String authTokenType, in GetAuthTokenLabelTx()
|
D | GetAuthTokenTx.java | 25 public final String authTokenType; field in GetAuthTokenTx 38 String authTokenType, in GetAuthTokenTx()
|
D | UpdateCredentialsTx.java | 25 public final String authTokenType; field in UpdateCredentialsTx 38 String authTokenType, in UpdateCredentialsTx()
|
D | AddAccountTx.java | 27 public final String authTokenType; field in AddAccountTx 42 String authTokenType, in AddAccountTx()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | MockAccountAuthenticator.java | 49 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/ |
D | MockAccountAuthenticator.java | 51 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/ |
D | StaticAccountAuthenticator.java | 64 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/ |
D | TestAccountAuthenticator.java | 58 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/ |
D | MockAccountAuthenticator.java | 147 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()
|
D | AccountManagerTest.java | 286 private Bundle addAccount(AccountManager am, String accountType, String authTokenType, in addAccount()
|