Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java329 Account wrongAccount = new Account("wrong_name", "type"); in removeAccount_doesNotRemoveAccountOfDifferentName() local
330 AccountManagerFuture<Boolean> future = am.removeAccount(wrongAccount, null, null); in removeAccount_doesNotRemoveAccountOfDifferentName()