Searched refs:COLUMN_TYPE (Results 1 – 1 of 1) sorted by relevance
56 if (columnIndex != COLUMN_TYPE) { in onCreate()59 int type = cursor.getInt(COLUMN_TYPE); in onCreate()82 private static final int COLUMN_TYPE = 1;; field in List3