Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java317 am.removeAccount(null, null, null); in removeAccount_throwsIllegalArgumentException_whenPassedNullAccount()
330 AccountManagerFuture<Boolean> future = am.removeAccount(wrongAccount, null, null); in removeAccount_doesNotRemoveAccountOfDifferentName()
341 …AccountManagerFuture<Boolean> future = am.removeAccount(account, testAccountManagerCallback, null); in removeAccount_does()
357 am.removeAccount(account, null, null); in removeAccount_notifiesListenersIfSuccessful()
371 am.removeAccount(account, null, null); in removeAccount_doesNotNotifyIfUnuccessful()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java163 protected AccountManagerFuture<Boolean> removeAccount( in removeAccount() method in ShadowAccountManager