Home
last modified time | relevance | path

Searched refs:TokenFetcher (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java183 interface TokenFetcher { interface in AccountManagerTest
189 private void validateSuccessfulTokenFetchingLifecycle(TokenFetcher fetcher, String tokenType) in validateSuccessfulTokenFetchingLifecycle()
1192 private static class BlockingGetAuthTokenFetcher implements TokenFetcher {
1224 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_NoCaching_Success()
1234 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_ExpiringCache_Success()
1268 TokenFetcher f = new TokenFetcher() { in testDeprecatedGetAuthTokenWithFuture_NoOptions_CustomToken_Success()
1332 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithFuture_Options_CustomToken_Success()
1369 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success()
1429 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success()