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.java1983 public void testAddOnAccountsUpdatedListenerWithHandler() throws IOException, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest
1986 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
1993 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
2000 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
2007 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
2011 private void testAddOnAccountsUpdatedListenerWithHandler(Handler handler, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest