Home
last modified time | relevance | path

Searched refs:isNewColumn (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A DCoalescer.java169 private final int isNewColumn; field in Coalescer.RowCombiner
191 isNewColumn = annotatedCallLogRow.getColumnIndexOrThrow(AnnotatedCallLog.NEW); in RowCombiner()
251 .setIsNew(annotatedCallLogRow.getInt(isNewColumn) == 1) in mergeRow()