Searched refs:columnName (Results 1 – 2 of 2) sorted by relevance
266 public int getColumnIndexOrThrow(String columnName) { in getColumnIndexOrThrow() argument267 if (columnName.equals("_id")) { in getColumnIndexOrThrow()270 return super.getColumnIndex(columnName); in getColumnIndexOrThrow()
1094 ColumnExpressionNode(String columnName) { in ColumnExpressionNode() argument1095 mColumnName = columnName; in ColumnExpressionNode()