Home | History | Annotate | Download | only in provider

Lines Matching defs:orphans

421      * @param table the table whose orphans are to be removed
776 final Cursor orphans = db.rawQuery(ORPHAN_BODY_MESSAGE_ID_SELECT, null);
778 while (orphans.moveToNext()) {
779 final long messageId = orphans.getLong(0);
787 orphans.close();
1254 // Look for orphans, and delete as necessary; these must always be in sync