Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/provider/
DDBHelper.java610 + MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY + " integer not null default 0, " in createMailboxTable()
1124 + " add column " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " integer;"); in onUpgrade()
1127 db.execSQL("update Mailbox set " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + in onUpgrade()
1128 "=0 where " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " IS NULL"); in onUpgrade()
1849 db.execSQL("update Mailbox set " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + in upgradeToEmail2()
1850 "=0 where " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " IS NULL"); in upgradeToEmail2()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java1784 public static final String LAST_NOTIFIED_MESSAGE_KEY = "lastNotifiedMessageKey"; field