Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/database/
DSimContactDaoImpl.java215 final Cursor accountsCursor = queryAccountsOfRawContacts(rawContactToSimContact.keySet()); in findAccountsOfExistingSimContacts() local
217 while (accountsCursor.moveToNext()) { in findAccountsOfExistingSimContacts()
218 final AccountWithDataSet account = AccountQuery.getAccount(accountsCursor); in findAccountsOfExistingSimContacts()
219 final long id = AccountQuery.getId(accountsCursor); in findAccountsOfExistingSimContacts()
228 accountsCursor.close(); in findAccountsOfExistingSimContacts()