Home
last modified time | relevance | path

Searched refs:LAST_NOTIFIED_MESSAGE_KEY (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Email/src/com/android/email/provider/
DDBHelper.java410 + MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY + " integer not null default 0, " in createMailboxTable()
867 + " add column " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " integer;"); in onUpgrade()
870 db.execSQL("update Mailbox set " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + in onUpgrade()
871 "=0 where " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " IS NULL"); in onUpgrade()
DEmailProvider.java1789 "," + MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY + " FROM " + Mailbox.TABLE_NAME +
1796 MessageColumns.ID + ">Boxes." + MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY +
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DMailbox.java102 MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY, MailboxColumns.LAST_NOTIFIED_MESSAGE_COUNT,
359 values.put(MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY, mLastNotifiedMessageKey); in toContentValues()
DEmailContent.java1497 public static final String LAST_NOTIFIED_MESSAGE_KEY = "lastNotifiedMessageKey"; field
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DUtility.java940 values.put(MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY, mostRecentMessageId);