Home
last modified time | relevance | path

Searched refs:authTokenType (Results 1 – 25 of 32) sorted by relevance

12

/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()
DStartUpdateCredentialsSessionTx.java25 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()
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()
DStartAddAccountSessionTx.java27 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()
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/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java54 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()
DTestAccountAuthenticator.java62 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/hostsidetests/securitybulletin/test-apps/CVE-2023-20944/test-app/src/android/security/cts/CVE_2023_20944_test/
DPocAuthService.java42 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
64 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
69 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
75 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/
DPocAuthService.java41 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
63 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
68 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
74 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java54 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/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
67 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
72 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
78 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
/cts/hostsidetests/appcloning/test-apps/AppCloningContactsSharingApps/CloneProfileAppWithLaunchableActivity/src/com/android/cts/launchable/cloneprofile/contacts/app/
DTestAccountAuthenticator.java50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
65 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
70 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
76 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() 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.java50 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/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java62 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/securitybulletin/test-apps/CVE-2020-0338/src/android/security/cts/CVE_2020_0338/
DPocAuthenticator.java56 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/src/android/accounts/cts/
DMockAccountAuthenticator.java161 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
166 this.mAuthTokenType = authTokenType; in addAccount()
179 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
182 this.mAuthTokenType = authTokenType; in updateCredentials()
227 String authTokenType, in getAuthToken() argument
233 this.mAuthTokenType = authTokenType; in getAuthToken()
240 if (AccountManagerTest.AUTH_EXPIRING_TOKEN_TYPE.equals(authTokenType)) { in getAuthToken()
259 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
260 this.mAuthTokenType = authTokenType; in getAuthTokenLabel()
337 String authTokenType, in startAddAccountSession() argument
[all …]
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdAuthenticator.java96 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/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java105 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/multiuser/app/src/com/android/cts/multiuser/
DMockAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
112 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
127 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
132 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/accounts/test-apps/AccountManagerCrossUserApp/src/com/android/cts/accountmanager/
DMockAuthenticator.java95 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount() argument
111 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials() argument
126 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken() argument
131 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java72 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/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
DPocAuthService.java131 String authTokenType, in addAccount() argument
149 String authTokenType, in getAuthToken() argument
156 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel() argument
164 String authTokenType, in updateCredentials() argument
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java95 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

12