Searched defs:fetch (Results 1 - 1 of 1) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
H A DAccountManagerTest.java161 public Bundle fetch(String tokenType) method in interface:AccountManagerTest.TokenFetcher
173 // First fetch.
174 Bundle actual = fetcher.fetch(tokenType);
179 * On the second fetch the cache will be populated if we are using a authenticator with
183 actual = fetcher.fetch(tokenType);
201 actual = fetcher.fetch(tokenType);
213 actual = fetcher.fetch(tokenType);
970 public Bundle fetch(String tokenType) method in class:AccountManagerTest.BlockingGetAuthTokenFetcher
1040 public Bundle fetch(String tokenType)
1104 public Bundle fetch(Strin
[all...]

Completed in 771 milliseconds