Searched refs:a1id (Results 1 – 1 of 1) sorted by relevance
76 final long a1id = mDbHelper.getOrCreateAccountIdInTransaction(a1); in testGetOrCreateAccountId() local83 assertTrue(a1id > 0); in testGetOrCreateAccountId()90 ids.add(a1id); in testGetOrCreateAccountId()98 assertEquals(a1id, mDbHelper.getOrCreateAccountIdInTransaction(a1)); in testGetOrCreateAccountId()105 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(a1)); in testGetOrCreateAccountId()112 assertEquals(a1id, mDbHelper.getOrCreateAccountIdInTransaction(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId()113 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId()