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.java1079 public void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() throws IOException, in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest
1084 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(null /* handler */); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1085 testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(new Handler(Looper.getMainLooper())); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1088 private void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(Handler handler) throws in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() method in AccountManagerTest