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.java67 assertNull(mDbHelper.getAccountIdOrNull(a1)); in testGetOrCreateAccountId()
68 assertNull(mDbHelper.getAccountIdOrNull(a2)); in testGetOrCreateAccountId()
69 assertNull(mDbHelper.getAccountIdOrNull(a3)); in testGetOrCreateAccountId()
70 assertNull(mDbHelper.getAccountIdOrNull(a4)); in testGetOrCreateAccountId()
71 assertNull(mDbHelper.getAccountIdOrNull(a5)); in testGetOrCreateAccountId()
103 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(a1)); in testGetOrCreateAccountId()
104 assertEquals((Long) a2id, mDbHelper.getAccountIdOrNull(a2)); in testGetOrCreateAccountId()
105 assertEquals((Long) a3id, mDbHelper.getAccountIdOrNull(a3)); in testGetOrCreateAccountId()
106 assertEquals((Long) a4id, mDbHelper.getAccountIdOrNull(a4)); in testGetOrCreateAccountId()
107 assertEquals((Long) a5id, mDbHelper.getAccountIdOrNull(a5)); in testGetOrCreateAccountId()
[all …]
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java3946 public Long getAccountIdOrNull(AccountWithDataSet accountWithDataSet) { in getAccountIdOrNull() method in ContactsDatabaseHelper
3984 Long id = getAccountIdOrNull(accountWithDataSet); in getOrCreateAccountIdInTransaction()
4031 Long id = getAccountIdOrNull(accountWithDataSet); in createSimAccountIdInTransaction()
DContactsProvider2.java5183 final Long accountIdOrNull = dbHelper.getAccountIdOrNull(accountWithDataSet); in updateAccountsInBackground()
8408 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendLocalDirectoryAndAccountSelectionIfNeeded()
8455 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendAccountIdFromParameter()
8518 final Long accountId = mDbHelper.get().getAccountIdOrNull(accountWithDataSet); in appendAccountIdToSelection()