Searched refs:sSeedAccount (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/database/ |
D | SimContactDaoTests.java | 296 private static AccountWithDataSet sSeedAccount; field in SimContactDaoTests.FindAccountsIntegrationTests 302 sSeedAccount = helper.addTestAccount(helper.generateAccountName("seedAccount")); in setUpClass() 311 helper.removeTestAccount(sSeedAccount); in tearDownClass() 312 sSeedAccount = null; in tearDownClass() 508 appendCreateContact("John Smith", sSeedAccount, ops); in seedCp2() 509 appendCreateContact("Marcus Seed", sSeedAccount, ops); in seedCp2() 510 appendCreateContact("Gary Seed", sSeedAccount, ops); in seedCp2() 511 appendCreateContact("Michael Seed", sSeedAccount, ops); in seedCp2() 512 appendCreateContact("Isaac Seed", sSeedAccount, ops); in seedCp2() 513 appendCreateContact("Sean Seed", sSeedAccount, ops); in seedCp2() [all …]
|