Home
last modified time | relevance | path

Searched defs:removeAccountIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAccountManager.java62 private static Intent removeAccountIntent; field in ShadowAccountManager
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowAccountManagerTest.java373 Intent removeAccountIntent = result.getParcelable(AccountManager.KEY_INTENT); in removeAccount_withActivity() local
392 Intent removeAccountIntent = result.getParcelable(AccountManager.KEY_INTENT); in removeAccount_withActivity_doesNotRemoveButReturnsIntent() local