Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java1549 testGetAuthTokenWithOptionsAndCallbackAndHandler(null /* handler */); in testGetAuthTokenWithOptionsAndCallback()
1550 testGetAuthTokenWithOptionsAndCallbackAndHandler(new Handler(Looper.getMainLooper())); in testGetAuthTokenWithOptionsAndCallback()
1553 private void testGetAuthTokenWithOptionsAndCallbackAndHandler(Handler handler) throws in testGetAuthTokenWithOptionsAndCallbackAndHandler() method in AccountManagerTest