Searched refs:ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API (Results 1 – 1 of 1) sorted by relevance
100 public static final Account ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API = new Account( field in AccountManagerTest616 … addAccountExplicitly(ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, ACCOUNT_PASSWORD, null /* userData */); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()622 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() local624 assertFalse(removeAccount(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, null /* callback */)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi()628 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API)); in testAddAccountExplicitlyAndRemoveAccountWithNewApi() local630 …assertTrue(removeAccountWithIntentLaunch(am, ACCOUNT_FOR_NEW_REMOVE_ACCOUNT_API, mActivity, null /… in testAddAccountExplicitlyAndRemoveAccountWithNewApi()