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.java156 interface TokenFetcher { interface in AccountManagerTest
162 private void validateSuccessfulTokenFetchingLifecycle(TokenFetcher fetcher, String tokenType) in validateSuccessfulTokenFetchingLifecycle()
890 private static class BlockingGetAuthTokenFetcher implements TokenFetcher {
922 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_NoCaching_Success()
932 TokenFetcher f = new BlockingGetAuthTokenFetcher(CUSTOM_TOKEN_ACCOUNT); in testBlockingGetAuthToken_CustomToken_ExpiringCache_Success()
966 TokenFetcher f = new TokenFetcher() { in testDeprecatedGetAuthTokenWithFuture_NoOptions_CustomToken_Success()
1030 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithFuture_Options_CustomToken_Success()
1067 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success()
1127 TokenFetcher fetcherWithOptions = new TokenFetcher() { in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success()