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.java160 interface TokenFetcher { interface in AccountManagerTest
166 private void validateSuccessfulTokenFetchingLifecycle(TokenFetcher fetcher, String tokenType) in validateSuccessfulTokenFetchingLifecycle()
962 private static class BlockingGetAuthTokenFetcher implements TokenFetcher {
994 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_NoCaching_Success()
1004 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_ExpiringCache_Success()
1038 TokenFetcher f = new TokenFetcher() { in testDeprecatedGetAuthTokenWithFuture_NoOptions_CustomToken_Success()
1102 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithFuture_Options_CustomToken_Success()
1139 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success()
1199 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success()