Searched refs:ACCOUNT_1 (Results 1 – 4 of 4) sorted by relevance
45 private final static Account ACCOUNT_1 = new Account("user1", ACCOUNT_TYPE_1); field in AccountManagementTest127 assertTrue(mAccountManager.addAccountExplicitly(ACCOUNT_1, "password", null)); in testAccountManagementDisabled_removeAccount()148 assertEquals(ACCOUNT_1, accounts[0]); in testAccountManagementDisabled_removeAccount()154 assertTrue(mAccountManager.removeAccount(ACCOUNT_1, null, null).getResult()); in testAccountManagementDisabled_removeAccount()
36 public static final Account ACCOUNT_1 = new Account("cp account 1", TYPE); field in StaticAccountAuthenticator
130 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_setsDeleteFlag()151 StaticAccountAuthenticator.ACCOUNT_1); in testRawContactDelete_removesRecord()
65 return assertAndCreateContact(resolver, StaticAccountAuthenticator.ACCOUNT_1); in assertAndCreateContact()