/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 | StartUpdateCredentialsSessionTx.java | 25 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()
|
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 | StartAddAccountSessionTx.java | 27 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()
|
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/common/src/android/accounts/cts/common/ |
D | TestDefaultAuthenticator.java | 54 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()
|
D | TestAccountAuthenticator.java | 62 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/ |
D | MockAccountAuthenticator.java | 161 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 …]
|
D | AbstractAuthenticatorTests.java | 197 assertNull(addAccountTx.authTokenType); in testFinishSessionAndStartAddAccountSessionDefaultImpl() 266 assertNull(updateCredentialsTx.authTokenType); in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
|
D | AccountManagerTest.java | 313 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/ |
D | SyncAdapterSettingsAuthenticator.java | 54 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/ |
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 | 62 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/ |
D | MockAccountAuthenticator.java | 50 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/ |
D | StatsdAuthenticator.java | 96 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/ |
D | TestAuthenticator.java | 60 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/ |
D | BatteryStatsAuthenticator.java | 97 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/ |
D | SyncManagerCtsAuthenticator.java | 105 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/ |
D | AccountAuthenticator.java | 72 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/ |
D | TestAuthenticator.java | 92 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/ |
D | Authenticator.java | 95 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/ |
D | NanoAppBundleTest.java | 212 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
|