Searched refs:tokenType (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/ |
D | StubAuthenticator.java | 57 String accountType, String tokenType, String[] strings, in addAccount() argument 84 Account account, String tokenType, Bundle bundle) in updateCredentials() argument
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0704/stub-app/src/android/security/cts/CVE_2021_0704_stub/ |
D | StubAuthenticator.java | 50 String tokenType, String[] strings, Bundle bundle) throws NetworkErrorException { in addAccount() argument 97 String tokenType, Bundle bundle) throws NetworkErrorException { in updateCredentials() argument
|
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/ |
D | StubAuthenticator.java | 60 String accountType, String tokenType, String[] strings, in addAccount() argument 99 Account account, String tokenType, Bundle bundle) in updateCredentials() argument
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 198 public Bundle fetch(String tokenType) in fetch() argument 203 private void validateSuccessfulTokenFetchingLifecycle(TokenFetcher fetcher, String tokenType) in validateSuccessfulTokenFetchingLifecycle() argument 211 Bundle actual = fetcher.fetch(tokenType); in validateSuccessfulTokenFetchingLifecycle() 220 actual = fetcher.fetch(tokenType); in validateSuccessfulTokenFetchingLifecycle() 223 ACCOUNT_TYPE.equals(account.type) || AUTH_EXPIRING_TOKEN_TYPE.equals(tokenType); in validateSuccessfulTokenFetchingLifecycle() 238 actual = fetcher.fetch(tokenType); in validateSuccessfulTokenFetchingLifecycle() 250 actual = fetcher.fetch(tokenType); in validateSuccessfulTokenFetchingLifecycle() 1214 public Bundle fetch(String tokenType) in fetch() argument 1218 tokenType, in fetch() 1284 public Bundle fetch(String tokenType) in testDeprecatedGetAuthTokenWithFuture_NoOptions_CustomToken_Success() [all …]
|