Searched refs:deletedContactCursor (Results 1 – 1 of 1) sorted by relevance
616 void removeDeletedContacts(SQLiteDatabase db, Cursor deletedContactCursor) { in removeDeletedContacts() argument617 if (deletedContactCursor == null) { in removeDeletedContacts()623 while (deletedContactCursor.moveToNext()) { in removeDeletedContacts()625 deletedContactCursor.getLong(DeleteContactQuery.DELETED_CONTACT_ID); in removeDeletedContacts()634 deletedContactCursor.close(); in removeDeletedContacts()