Searched refs:RowBuilder (Results 1 – 6 of 6) sorted by relevance
85 public RowBuilder newRow() { in newRow()89 return new RowBuilder(row); in newRow()195 public class RowBuilder { class in MatrixCursor201 RowBuilder(int row) { in RowBuilder() method in MatrixCursor.RowBuilder214 public RowBuilder add(Object columnValue) { in add()230 public RowBuilder add(String columnName, Object value) { in add()
25 import android.database.MatrixCursor.RowBuilder;133 final RowBuilder row = result.newRow(); in queryRoots()394 final RowBuilder row = result.newRow(); in includeFile()
25 import android.database.MatrixCursor.RowBuilder;263 final RowBuilder row = result.newRow(); in includeFile()285 final RowBuilder row = result.newRow(); in queryRoots()
751 final MatrixCursor.RowBuilder row = result.newRow();
2761 http://developer.android.com/reference/android/database/MatrixCursor.RowBuilder.html
9647 method public android.database.MatrixCursor.RowBuilder newRow();9650 public class MatrixCursor.RowBuilder {9651 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);9652 method public android.database.MatrixCursor.RowBuilder add(java.lang.String, java.lang.Object);