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.java1729 public void testAddOnAccountsUpdatedListenerWithHandler() throws IOException, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest
1732 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
1739 testAddOnAccountsUpdatedListenerWithHandler(null /* handler */, in testAddOnAccountsUpdatedListenerWithHandler()
1746 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
1753 testAddOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper()), in testAddOnAccountsUpdatedListenerWithHandler()
1757 private void testAddOnAccountsUpdatedListenerWithHandler(Handler handler, in testAddOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest