Searched defs:EmailContent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DEmailContent.java42 * EmailContent is the superclass of the various classes of content stored by EmailProvider.
60 public abstract class EmailContent { class
81 * This projection can be used with any of the EmailContent classes, when all you need
123 * Restore a subclass of EmailContent from the database
126 * @param contentUri the content uri of the EmailContent subclass
127 * @param contentProjection the content projection for the EmailContent subclass
131 public static <T extends EmailContent> T restoreContentWithId(Context context,
149 static public <T extends EmailContent> T getContent(Cursor cursor, Class<T> klass) {
211 return uri.buildUpon().appendQueryParameter(EmailContent.PARAMETER_LIMIT,
218 protected EmailContent() { method in class:EmailContent
[all...]

Completed in 54 milliseconds