Home
last modified time | relevance | path

Searched refs:boxType (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
DMessageListAdapter.java219 int boxType = getItemViewType(cursor); in newView() local
220 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()
/packages/apps/Email/tests/src/com/android/email/
DControllerProviderOpsTests.java153 final int boxType = Mailbox.TYPE_TRASH; in testFindOrCreateMailboxOfType() local
154 box.mType = boxType; in testFindOrCreateMailboxOfType()
158 long testBoxId = mTestController.findOrCreateMailboxOfType(accountId, boxType); in testFindOrCreateMailboxOfType()