Searched defs:ACCOUNT (Results 1 – 3 of 3) sorted by relevance
89 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE); field in AccountManagerTest511 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccount() local566 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi() local588 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly() local629 assertFalse(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAccountRenameAndGetPreviousName() local
39 private static final Account ACCOUNT = new Account(MockAccountAuthenticator.ACCOUNT_NAME, field in ContentResolverSyncTestCase
74 private static final Account ACCOUNT = new Account("cts", "cts"); field in ContentResolverTest