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.java1065 public void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() throws IOException, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest
1070 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(null /* handler */); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1071 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(new Handler(Looper.getMainLooper())); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1074 private void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(Handler handler) throws in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest