Searched refs:ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API (Results 1 – 1 of 1) sorted by relevance
99 public static final Account ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API = new Account( field in AccountManagerTest602 … addAccountExplicitly(ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, ACCOUNT_PASSWORD, null /* userData */); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()608 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() local610 assertFalse(removeAccount(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, null /* callback */)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()614 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() local616 …assertTrue(removeAccountWithIntentLaunch(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, mActivity, null /… in testAddAccountExplicitlyAndRemoveAccountWithNewApi()