Searched refs:mBoxId (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Mms/src/com/android/mms/ui/
H A DMessageItem.java62 final int mBoxId; field in class:MessageItem
124 mBoxId = cursor.getInt(columnsMap.mColumnSmsType);
126 if (Sms.isOutgoingFolder(mBoxId)) {
148 mBoxId = cursor.getInt(columnsMap.mColumnMmsMessageBox);
273 boolean isOutgoingMms = isMms() && (mBoxId == Mms.MESSAGE_BOX_OUTBOX);
275 && ((mBoxId == Sms.MESSAGE_TYPE_FAILED)
276 || (mBoxId == Sms.MESSAGE_TYPE_OUTBOX)
277 || (mBoxId == Sms.MESSAGE_TYPE_QUEUED));
289 && (mBoxId == Sms.MESSAGE_TYPE_FAILED);
313 return mBoxId;
[all...]
H A DMessageListItem.java266 boolean isSelf = Sms.isOutgoingFolder(msgItem.mBoxId);
H A DComposeMessageActivity.java902 (msgItem.mBoxId == Sms.MESSAGE_TYPE_OUTBOX ||
903 msgItem.mBoxId == Sms.MESSAGE_TYPE_FAILED)) {
921 switch (msgItem.mBoxId) {

Completed in 56 milliseconds