Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java1969 public void testAddOnAccountsUpdatedListenerWithHandler() throws IOException, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest
1972 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
1979 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
1986 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
1993 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
1997 private void testAddOnAccountsUpdatedListenerWithHandler(Handler handler, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest