Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java340 …TestAccountManagerCallback<Boolean> testAccountManagerCallback = new TestAccountManagerCallback<>(… in removeAccount_does() local
341 …AccountManagerFuture<Boolean> future = am.removeAccount(account, testAccountManagerCallback, null); in removeAccount_does()
345 assertThat(testAccountManagerCallback.accountManagerFuture).isNotNull(); in removeAccount_does()