Lines Matching refs:EmailContent
44 import com.android.emailcommon.provider.EmailContent;
45 import com.android.emailcommon.provider.EmailContent.Attachment;
46 import com.android.emailcommon.provider.EmailContent.Message;
91 EmailContent.init(context); in EmailNotificationController()
267 Account.CONTENT_URI, EmailContent.ID_PROJECTION, in registerMessageNotification()
271 long id = c.getLong(EmailContent.ID_PROJECTION_COLUMN); in registerMessageNotification()
616 ContentUris.withAppendedId(EmailContent.MAILBOX_NOTIFICATION_URI, accountId), in refreshNotificationsForAccountInternal()
621 mailboxCursor.getLong(EmailContent.NOTIFICATION_MAILBOX_ID_COLUMN); in refreshNotificationsForAccountInternal()
625 EmailContent.NOTIFICATION_MAILBOX_UNSEEN_COUNT_COLUMN); in refreshNotificationsForAccountInternal()
633 EmailContent.NOTIFICATION_MAILBOX_UNREAD_COUNT_COLUMN); in refreshNotificationsForAccountInternal()
779 final Cursor c = resolver.query(Account.CONTENT_URI, EmailContent.ID_PROJECTION, in onChange()
790 long accountId = c.getLong(EmailContent.ID_PROJECTION_COLUMN); in onChange()