Searched refs:boxId (Results 1 – 4 of 4) sorted by relevance
287 int boxId; in getItemViewType() local289 boxId = cursor.getInt(mColumnsMap.mColumnSmsType); in getItemViewType()291 return (boxId == TextBasedSmsColumns.MESSAGE_TYPE_INBOX || in getItemViewType()292 boxId == TextBasedSmsColumns.MESSAGE_TYPE_ALL) ? in getItemViewType()295 boxId = cursor.getInt(mColumnsMap.mColumnMmsMessageBox); in getItemViewType()297 return (boxId == Mms.MESSAGE_BOX_INBOX || boxId == Mms.MESSAGE_BOX_ALL) ? in getItemViewType()
156 long boxId = box.mId; in testFindOrCreateMailboxOfType() local161 assertEquals(boxId, testBoxId); in testFindOrCreateMailboxOfType()216 long boxId = box.mId; in testDeleteMessage() local232 Message message = ProviderTestUtils.setupMessage("message1", account1Id, boxId, false, in testDeleteMessage()
99 int boxId = item.getBoxId();105 if (mExpectedBoxStates[i] == boxId) {
292 long boxId = Long.parseLong(cols[1]); in getOriginalMessageInfo() local294 cols = Utility.getRowColumns(context, Mailbox.CONTENT_URI, boxId, in getOriginalMessageInfo()