Home
last modified time | relevance | path

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

/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java2083 testRemoveOnAccountsUpdatedListenerWithHandler(null /* handler */); in testRemoveOnAccountsUpdatedListener()
2089 testRemoveOnAccountsUpdatedListenerWithHandler(new Handler(Looper.getMainLooper())); in testRemoveOnAccountsUpdatedListener()
2092 private void testRemoveOnAccountsUpdatedListenerWithHandler(Handler handler) { in testRemoveOnAccountsUpdatedListenerWithHandler() method in AccountManagerTest