Searched refs:accountsCursor (Results 1 – 1 of 1) sorted by relevance
215 final Cursor accountsCursor = queryAccountsOfRawContacts(rawContactToSimContact.keySet()); in findAccountsOfExistingSimContacts() local217 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()