Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java763 public void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() throws IOException, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest
768 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(null /* handler */); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
769 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(new Handler(Looper.getMainLooper())); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
772 private void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(Handler handler) throws in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest