Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/database/
DMatrixCursor.java85 public RowBuilder newRow() { in newRow()
89 return new RowBuilder(row); in newRow()
195 public class RowBuilder { class in MatrixCursor
201 RowBuilder(int row) { in RowBuilder() method in MatrixCursor.RowBuilder
214 public RowBuilder add(Object columnValue) { in add()
230 public RowBuilder add(String columnName, Object value) { in add()
/frameworks/base/packages/ExternalStorageProvider/src/com/android/externalstorage/
DTestDocumentsProvider.java25 import android.database.MatrixCursor.RowBuilder;
133 final RowBuilder row = result.newRow(); in queryRoots()
394 final RowBuilder row = result.newRow(); in includeFile()
DExternalStorageProvider.java25 import android.database.MatrixCursor.RowBuilder;
263 final RowBuilder row = result.newRow(); in includeFile()
285 final RowBuilder row = result.newRow(); in queryRoots()
/frameworks/base/docs/html/guide/topics/providers/
Ddocument-provider.jd751 final MatrixCursor.RowBuilder row = result.newRow();
/frameworks/base/docs/html/
Dsitemap.txt2761 http://developer.android.com/reference/android/database/MatrixCursor.RowBuilder.html
/frameworks/base/api/
Dcurrent.txt9647 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);