Home | History | Annotate | Download | only in ui

Lines Matching refs:MessageListAdapter

126         if ("mms".equals(cursor.getString(MessageListAdapter.COLUMN_MSG_TYPE))) {
127 int type = cursor.getInt(MessageListAdapter.COLUMN_MMS_MESSAGE_TYPE);
147 long id = cursor.getLong(MessageListAdapter.COLUMN_ID);
202 int type = cursor.getInt(MessageListAdapter.COLUMN_MMS_MESSAGE_TYPE);
210 long id = cursor.getLong(MessageListAdapter.COLUMN_ID);
259 int msgBox = cursor.getInt(MessageListAdapter.COLUMN_MMS_MESSAGE_BOX);
309 int smsType = cursor.getInt(MessageListAdapter.COLUMN_SMS_TYPE);
315 details.append(cursor.getString(MessageListAdapter.COLUMN_SMS_ADDRESS));
319 long date_sent = cursor.getLong(MessageListAdapter.COLUMN_SMS_DATE_SENT);
337 long date = cursor.getLong(MessageListAdapter.COLUMN_SMS_DATE);
344 long dateDelivered = cursor.getLong(MessageListAdapter.COLUMN_SMS_DATE_SENT);
353 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE);