Home
last modified time | relevance | path

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

12

/cts/tests/tests/appenumeration/app/target/src/android/appenumeration/testapp/
DMockAuthenticatorService.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
67 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
72 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
78 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/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()
64 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
69 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
75 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/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()
63 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
68 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
74 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsAuthenticator.java54 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
66 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/accounts/common/src/android/accounts/cts/common/
DTestDefaultAuthenticator.java54 String authTokenType, in addAccount()
90 String authTokenType, in getAuthToken()
97 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
106 String authTokenType, in updateCredentials()
DTestAccountAuthenticator.java62 String authTokenType, in addAccount()
156 String authTokenType, in getAuthToken()
209 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
220 String authTokenType, in updateCredentials()
313 String authTokenType, in startAddAccountSession()
361 String authTokenType, in startUpdateCredentialsSession()
/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()
65 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
70 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
76 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/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()
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/tx/
DGetAuthTokenLabelTx.java22 public final String authTokenType; field in GetAuthTokenLabelTx
31 String authTokenType, in GetAuthTokenLabelTx()
DStartUpdateCredentialsSessionTx.java25 public final String authTokenType; field in StartUpdateCredentialsSessionTx
36 String authTokenType, in StartUpdateCredentialsSessionTx()
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()
DStartAddAccountSessionTx.java27 public final String authTokenType; field in StartAddAccountSessionTx
40 String authTokenType, in StartAddAccountSessionTx()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0921/src/android/security/cts/CVE_2021_0921/
DAuthenticator.java84 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
95 String authTokenType, Bundle options) { in getAuthToken()
101 String authTokenType, String[] requiredFeatures, Bundle options) { in addAccount()
149 …edentials(AccountAuthenticatorResponse response, Account account, String authTokenType, Bundle opt… in updateCredentials()
/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/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DMockAccountAuthenticator.java50 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
62 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
82 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java105 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
117 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
129 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
134 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/hostsidetests/securitybulletin/test-apps/launchanywhere/src/com/android/security/cts/launchanywhere/
DAuthenticator.java95 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
107 Account account, String authTokenType, Bundle options) { in getAuthToken()
113 String accountType, String authTokenType, String[] requiredFeatures, in addAccount()
170 Account account, String authTokenType, Bundle options) { in updateCredentials()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21124/test-app/src/android/security/cts/CVE_2023_21124_test/
DPocAuthService.java62 String authTokenType, in addAccount()
153 String authTokenType, in getAuthToken()
160 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
168 String authTokenType, in updateCredentials()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-35669/test-app/src/android/security/cts/CVE_2023_35669_test/
DPocAuthService.java131 String authTokenType, in addAccount()
149 String authTokenType, in getAuthToken()
156 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
164 String authTokenType, in updateCredentials()
/cts/hostsidetests/statsdatom/apps/statsdapp/src/com/android/server/cts/device/statsdatom/
DStatsdAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
108 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
120 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
125 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java62 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
77 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
82 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
88 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21131/test-app/src/android/security/cts/CVE_2023_21131_test/
DPocAuthService.java133 String authTokenType, in addAccount()
151 String authTokenType, in getAuthToken()
158 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
166 String authTokenType, in updateCredentials()
/cts/hostsidetests/multiuser/app/src/com/android/cts/multiuser/
DMockAuthenticator.java96 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
112 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
127 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
132 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()
/cts/hostsidetests/accounts/test-apps/AccountManagerCrossUserApp/src/com/android/cts/accountmanager/
DMockAuthenticator.java95 String authTokenType, String[] requiredFeatures, Bundle options) in addAccount()
111 String authTokenType, Bundle options) throws NetworkErrorException { in updateCredentials()
126 String authTokenType, Bundle options) throws NetworkErrorException { in getAuthToken()
131 public String getAuthTokenLabel(String authTokenType) { in getAuthTokenLabel()

12