Searched defs:ACCOUNT (Results 1 – 5 of 5) sorted by relevance
41 private final static Account ACCOUNT = new Account("user0", field in AccountUtilsTest
41 private final static Account ACCOUNT = new Account("user0", field in AccountManagementTest
91 public static final Account ACCOUNT = new Account(ACCOUNT_NAME, ACCOUNT_TYPE); field in AccountManagerTest558 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccount() local638 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountWithDeprecatedApi() local660 assertTrue(isAccountPresent(am.getAccounts(), ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly() local701 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