Searched refs:COLUMN_SMS_BODY (Results 1 – 4 of 4) sorted by relevance
86 static final int COLUMN_SMS_BODY = 4; field in MessageListAdapter338 mColumnSmsBody = COLUMN_SMS_BODY; in ColumnsMap()
157 static private final int COLUMN_SMS_BODY = 3; field in Recycler.SmsRecycler241 "\n body: " + cursor.getString(COLUMN_SMS_BODY) + in dumpMessage()
1286 static final int COLUMN_SMS_BODY = 3; field in Conversation1302 String body = c.getString(COLUMN_SMS_BODY); in dumpSmsTable()
119 private static final int COLUMN_SMS_BODY = 4; field in MessagingNotification692 String message = cursor.getString(COLUMN_SMS_BODY); in addSmsNotificationInfos()