Searched refs:getAccountIdOrNull (Results 1 – 3 of 3) sorted by relevance
44 assertNull(mDbHelper.getAccountIdOrNull(a1)); in testGetOrCreateAccountId()45 assertNull(mDbHelper.getAccountIdOrNull(a2)); in testGetOrCreateAccountId()46 assertNull(mDbHelper.getAccountIdOrNull(a3)); in testGetOrCreateAccountId()47 assertNull(mDbHelper.getAccountIdOrNull(a4)); in testGetOrCreateAccountId()48 assertNull(mDbHelper.getAccountIdOrNull(a5)); in testGetOrCreateAccountId()80 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(a1)); in testGetOrCreateAccountId()81 assertEquals((Long) a2id, mDbHelper.getAccountIdOrNull(a2)); in testGetOrCreateAccountId()82 assertEquals((Long) a3id, mDbHelper.getAccountIdOrNull(a3)); in testGetOrCreateAccountId()83 assertEquals((Long) a4id, mDbHelper.getAccountIdOrNull(a4)); in testGetOrCreateAccountId()84 assertEquals((Long) a5id, mDbHelper.getAccountIdOrNull(a5)); in testGetOrCreateAccountId()[all …]
4700 final Long accountIdOrNull = dbHelper.getAccountIdOrNull(accountWithDataSet); in updateAccountsInBackground()7299 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendLocalDirectoryAndAccountSelectionIfNeeded()7346 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendAccountIdFromParameter()7410 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendAccountIdToSelection()
4447 public Long getAccountIdOrNull(AccountWithDataSet accountWithDataSet) { in getAccountIdOrNull() method in ContactsDatabaseHelper4485 Long id = getAccountIdOrNull(accountWithDataSet); in getOrCreateAccountIdInTransaction()