Home | History | Annotate | Download | only in provider

Lines Matching defs:orphans

409      * @param table the table whose orphans are to be removed
767 final Cursor orphans = db.rawQuery(ORPHAN_BODY_MESSAGE_ID_SELECT, null);
772 while (orphans.moveToNext()) {
773 final long messageId = orphans.getLong(0);
781 orphans.close();
1228 // Look for orphans, and delete as necessary; these must always be in sync