Home | History | Annotate | Download | only in provider

Lines Matching refs:LAST_NOTIFIED_MESSAGE_KEY

610             + MailboxColumns.LAST_NOTIFIED_MESSAGE_KEY + " integer not null default 0, "
1124 + " add column " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " integer;");
1127 db.execSQL("update Mailbox set " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY +
1128 "=0 where " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " IS NULL");
1849 db.execSQL("update Mailbox set " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY +
1850 "=0 where " + Mailbox.LAST_NOTIFIED_MESSAGE_KEY + " IS NULL");