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.java1563 testGetAuthTokenWithOptionsAndCallbackAndHandler(null /* handler */); in testGetAuthTokenWithOptionsAndCallback()
1564 testGetAuthTokenWithOptionsAndCallbackAndHandler(new Handler(Looper.getMainLooper())); in testGetAuthTokenWithOptionsAndCallback()
1567 private void testGetAuthTokenWithOptionsAndCallbackAndHandler(Handler handler) throws in testGetAuthTokenWithOptionsAndCallbackAndHandler() method in AccountManagerTest