/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | GetAuthTokenLabelTx.java | 22 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()
|
D | GetAuthTokenTx.java | 25 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()
|
D | UpdateCredentialsTx.java | 25 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()
|
D | AddAccountTx.java | 27 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/ |
D | MockAccountAuthenticator.java | 148 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()
|
D | AccountManagerTest.java | 290 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/ |
D | AccountAuthenticator.java | 49 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/ |
D | MockAccountAuthenticator.java | 51 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/ |
D | MockAccountAuthenticator.java | 51 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/ |
D | StaticAccountAuthenticator.java | 64 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/ |
D | TestAccountAuthenticator.java | 58 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()
|