Searched refs:boxId (Results 1 – 3 of 3) sorted by relevance
288 int boxId; in getItemViewType() local290 boxId = cursor.getInt(mColumnsMap.mColumnSmsType); in getItemViewType()292 return (boxId == TextBasedSmsColumns.MESSAGE_TYPE_INBOX || in getItemViewType()293 boxId == TextBasedSmsColumns.MESSAGE_TYPE_ALL) ? in getItemViewType()296 boxId = cursor.getInt(mColumnsMap.mColumnMmsMessageBox); in getItemViewType()298 return (boxId == Mms.MESSAGE_BOX_INBOX || boxId == Mms.MESSAGE_BOX_ALL) ? in getItemViewType()
99 int boxId = item.getBoxId();105 if (mExpectedBoxStates[i] == boxId) {
374 final long boxId = Long.parseLong(colsMailboxKey[1]); in getSmartSendInfo() local377 Mailbox.CONTENT_URI, boxId, MailboxColumns.SERVER_ID); in getSmartSendInfo()