Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java962 private static class BlockingGetAuthTokenFetcher implements TokenFetcher { class in AccountManagerTest
965 BlockingGetAuthTokenFetcher(Account account) { in BlockingGetAuthTokenFetcher() method in AccountManagerTest.BlockingGetAuthTokenFetcher
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()