Home | History | Annotate | Download | only in provider

Lines Matching defs:BODY

48 import com.android.emailcommon.provider.EmailContent.Body;
216 private static final int BODY = BODY_BASE;
234 Body.TABLE_NAME,
248 null, // Body
263 null, // Body
288 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME +
290 " from " + Body.TABLE_NAME + " except select " + EmailContent.RECORD_ID + " from " +
293 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME +
347 matcher.addURI(EmailContent.AUTHORITY, "body", BODY);
348 // A specific mail body
349 matcher.addURI(EmailContent.AUTHORITY, "body/#", BODY_ID);
696 // body database is already attached to the email database and any attempt to use the
697 // body database directly will result in a SQLiteException (the database is locked)
720 // Handle lost Body records here, since this cannot be done in a trigger
794 case BODY:
836 // Delete the Body record associated with the deleted message
839 // Delete any orphaned Body records
867 return "vnd.android.cursor.item/email-body";
868 case BODY:
869 return "vnd.android.cursor.dir/email-body";
936 case BODY:
1158 case BODY:
1560 case BODY: