Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/database/
DMatrixCursorTest.java28 Cursor cursor = new MatrixCursor(new String[] { "a" }); in testEmptyCursor()
33 MatrixCursor cursor = new MatrixCursor(new String[] { "a" }); in testNullValue()
47 MatrixCursor cursor = newMatrixCursor(); in testMatrixCursor()
79 MatrixCursor cursor = newMatrixCursor(); in testAddArray()
92 MatrixCursor cursor = newMatrixCursor(); in testAddIterable()
111 MatrixCursor cursor = newMatrixCursor(); in testAddArrayList()
145 private MatrixCursor newMatrixCursor() { in newMatrixCursor()
146 return new MatrixCursor(new String[] { in newMatrixCursor()
150 private void checkValues(MatrixCursor cursor) { in checkValues()
/frameworks/ex/chips/tests/src/com/android/ex/chips/
DRecipientAlternatesAdapterTest.java20 import android.database.MatrixCursor;
26 MatrixCursor c = new MatrixCursor(Queries.EMAIL.getProjection()); in testRemoveDuplicateDestinations()
67 private static MatrixCursor addRow(MatrixCursor c, in addRow()
/frameworks/base/core/tests/coretests/src/android/app/
DSuggestionProvider.java25 import android.database.MatrixCursor;
69 MatrixCursor cursor = new MatrixCursor(COLUMNS); in query()
80 private void addRow(MatrixCursor cursor, String string) { in addRow()
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java8 import android.database.MatrixCursor;
63 MatrixCursor matrix = new MatrixCursor(projection); in query()
104 private void addRow(MatrixCursor matrix, int match_id) { in addRow()
/frameworks/ex/photoviewer/sample/src/com/example/photoviewersample/
DSampleProvider.java8 import android.database.MatrixCursor;
63 MatrixCursor matrix = new MatrixCursor(projection); in query()
104 private void addRow(MatrixCursor matrix, int match_id) { in addRow()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccProvider.java23 import android.database.MatrixCursor;
288 private MatrixCursor loadFromEf(int efType) { in loadFromEf()
307 final MatrixCursor cursor = new MatrixCursor(ADDRESS_BOOK_COLUMN_NAMES, N); in loadFromEf()
316 return new MatrixCursor(ADDRESS_BOOK_COLUMN_NAMES); in loadFromEf()
402 private void loadRecord(AdnRecord record, MatrixCursor cursor, int id) { in loadRecord()
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java23 import android.database.MatrixCursor;
240 private static MatrixCursor createCursor(String[] columns, ArrayList<ArrayList> list) { in createCursor()
241 MatrixCursor cursor = new MatrixCursor(columns, list.size()); in createCursor()
/frameworks/base/core/java/android/database/
DMatrixCursor.java26 public class MatrixCursor extends AbstractCursor { class
40 public MatrixCursor(String[] columnNames, int initialCapacity) { in MatrixCursor() method in MatrixCursor
57 public MatrixCursor(String[] columnNames) { in MatrixCursor() method in MatrixCursor
/frameworks/ex/common/tests/src/com/android/common/widget/
DCompositeCursorAdapterTest.java20 import android.database.MatrixCursor;
251 MatrixCursor cursor = new MatrixCursor(new String[]{name}); in makeCursor()
DGroupingListAdapterTests.java25 import android.database.MatrixCursor;
48 private MatrixCursor mCursor;
108 mCursor = new MatrixCursor(PROJECTION); in buildCursor()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java28 import android.database.MatrixCursor;
495 MatrixCursor cursor = new MatrixCursor(new String[]{SEARCHING_CURSOR_MARKER}); in createLoadingCursor()
539 MatrixCursor newCursor = new MatrixCursor(EmailQuery.PROJECTION); in removeDuplicatesAndTruncate()
/frameworks/ex/chips/src/com/android/ex/chips/
DRecipientAlternatesAdapter.java21 import android.database.MatrixCursor;
189 final MatrixCursor result = new MatrixCursor( in removeDuplicateDestinations()
/frameworks/base/core/tests/coretests/src/android/content/
DContentProviderOperationTest.java21 import android.database.MatrixCursor;
222 final MatrixCursor cursor = new MatrixCursor(keys); in getCursor()
/frameworks/base/docs/html/guide/topics/search/
Dadding-custom-suggestions.jd319 into the necessary table on each request. To do so, create a {@link android.database.MatrixCursor}
321 android.database.MatrixCursor#addRow(Object[])}. Return the final product from your Content
/frameworks/base/docs/html/guide/topics/providers/
Dcontent-provider-creating.jd585 of {@link android.database.Cursor}. For example, the {@link android.database.MatrixCursor} class
587 use {@link android.database.MatrixCursor#addRow(Object[]) addRow()} to add a new row.
/frameworks/base/
Dpreloaded-classes347 android.database.MatrixCursor
/frameworks/base/docs/html/
Dsitemap.txt1802 http://developer.android.com/reference/android/database/MatrixCursor.html
2762 http://developer.android.com/reference/android/database/MatrixCursor.RowBuilder.html
/frameworks/base/api/
D14.txt7035 public class MatrixCursor extends android.database.AbstractCursor {
7036 ctor public MatrixCursor(java.lang.String[], int);
7037 ctor public MatrixCursor(java.lang.String[]);
7049 method public android.database.MatrixCursor.RowBuilder newRow();
7052 public class MatrixCursor.RowBuilder {
7053 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);
D15.txt7067 public class MatrixCursor extends android.database.AbstractCursor {
7068 ctor public MatrixCursor(java.lang.String[], int);
7069 ctor public MatrixCursor(java.lang.String[]);
7081 method public android.database.MatrixCursor.RowBuilder newRow();
7084 public class MatrixCursor.RowBuilder {
7085 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);
D16.txt7334 public class MatrixCursor extends android.database.AbstractCursor {
7335 ctor public MatrixCursor(java.lang.String[], int);
7336 ctor public MatrixCursor(java.lang.String[]);
7348 method public android.database.MatrixCursor.RowBuilder newRow();
7351 public class MatrixCursor.RowBuilder {
7352 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);
D17.txt7485 public class MatrixCursor extends android.database.AbstractCursor {
7486 ctor public MatrixCursor(java.lang.String[], int);
7487 ctor public MatrixCursor(java.lang.String[]);
7499 method public android.database.MatrixCursor.RowBuilder newRow();
7502 public class MatrixCursor.RowBuilder {
7503 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);
Dcurrent.txt7485 public class MatrixCursor extends android.database.AbstractCursor {
7486 ctor public MatrixCursor(java.lang.String[], int);
7487 ctor public MatrixCursor(java.lang.String[]);
7499 method public android.database.MatrixCursor.RowBuilder newRow();
7502 public class MatrixCursor.RowBuilder {
7503 method public android.database.MatrixCursor.RowBuilder add(java.lang.Object);