Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java44 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 …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4700 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()
DContactsDatabaseHelper.java4447 public Long getAccountIdOrNull(AccountWithDataSet accountWithDataSet) { in getAccountIdOrNull() method in ContactsDatabaseHelper
4485 Long id = getAccountIdOrNull(accountWithDataSet); in getOrCreateAccountIdInTransaction()