Searched refs:isNewColumn (Results 1 – 1 of 1) sorted by relevance
169 private final int isNewColumn; field in Coalescer.RowCombiner191 isNewColumn = annotatedCallLogRow.getColumnIndexOrThrow(AnnotatedCallLog.NEW); in RowCombiner()251 .setIsNew(annotatedCallLogRow.getInt(isNewColumn) == 1) in mergeRow()