Searched refs:COLUMN_SMS_ERROR_CODE (Results 1 – 3 of 3) sorted by relevance
93 static final int COLUMN_SMS_ERROR_CODE = 11; field in MessageListAdapter344 mColumnSmsErrorCode = COLUMN_SMS_ERROR_CODE; in ColumnsMap()
353 int errorCode = cursor.getInt(MessageListAdapter.COLUMN_SMS_ERROR_CODE); in getTextMessageDetails()
1292 static final int COLUMN_SMS_ERROR_CODE = 9; field in Conversation