Searched refs:boxType (Results 1 – 2 of 2) sorted by relevance
219 int boxType = getItemViewType(cursor); in newView() local220 View view = mInflater.inflate((boxType == INCOMING_ITEM_TYPE_SMS || in newView()221 boxType == INCOMING_ITEM_TYPE_MMS) ? in newView()224 if (boxType == INCOMING_ITEM_TYPE_MMS || boxType == OUTGOING_ITEM_TYPE_MMS) { in newView()
153 final int boxType = Mailbox.TYPE_TRASH; in testFindOrCreateMailboxOfType() local154 box.mType = boxType; in testFindOrCreateMailboxOfType()158 long testBoxId = mTestController.findOrCreateMailboxOfType(accountId, boxType); in testFindOrCreateMailboxOfType()