Home
last modified time | relevance | path

Searched refs:a4id (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java79 final long a4id = mDbHelper.getOrCreateAccountIdInTransaction(a4); in testGetOrCreateAccountId() local
86 assertTrue(a4id > 0); in testGetOrCreateAccountId()
93 ids.add(a4id); in testGetOrCreateAccountId()
101 assertEquals(a4id, mDbHelper.getOrCreateAccountIdInTransaction(a4)); in testGetOrCreateAccountId()
108 assertEquals((Long) a4id, mDbHelper.getAccountIdOrNull(a4)); in testGetOrCreateAccountId()