Searched refs:COLUMN_FILENAME (Results 1 – 1 of 1) sorted by relevance
54 public static final int COLUMN_FILENAME = 2; field in AttachmentInfo97 this(context, c.getLong(COLUMN_ID), c.getLong(COLUMN_SIZE), c.getString(COLUMN_FILENAME), in AttachmentInfo()