Home | History | Annotate | Download | only in telephony

Lines Matching refs:msgBox

253     private void constructQueryForBox(SQLiteQueryBuilder qb, int msgBox, String pduTable) {
256 if (msgBox != Mms.MESSAGE_BOX_ALL) {
257 qb.appendWhere(Mms.MESSAGE_BOX + "=" + msgBox);
309 int msgBox = Mms.MESSAGE_BOX_ALL;
322 msgBox = (Integer) msgBoxObj;
326 msgBox = Mms.MESSAGE_BOX_INBOX;
330 msgBox = Mms.MESSAGE_BOX_INBOX;
333 msgBox = Mms.MESSAGE_BOX_SENT;
336 msgBox = Mms.MESSAGE_BOX_DRAFTS;
339 msgBox = Mms.MESSAGE_BOX_OUTBOX;
385 if (addMsgBox && (msgBox != Mms.MESSAGE_BOX_ALL)) {
386 finalValues.put(Mms.MESSAGE_BOX, msgBox);
389 if (msgBox != Mms.MESSAGE_BOX_INBOX) {
416 if (msgBox == Mms.MESSAGE_BOX_INBOX) {
648 int msgBox = getMessageBoxByMatch(match);
649 extraSelection = Mms.MESSAGE_BOX + "=" + msgBox;