Searched defs:matrixCursor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A DCoalescer.java170 * @param matrixCursor represents {@link CoalescedAnnotatedCallLog}
173 ContentValues contentValues, MatrixCursor matrixCursor, int rowId) {
174 MatrixCursor.RowBuilder rowBuilder = matrixCursor.newRow();
172 addContentValuesToMatrixCursor( ContentValues contentValues, MatrixCursor matrixCursor, int rowId) argument

Completed in 49 milliseconds