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

/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DRecipientAlternatesAdapterTest.java34 addRow(c, "a", "1@android.com", 1, "home", 1000, 2000, "x", 0);
41 addRow(c, "a", "2@android.com", 1, "home", 1000, 2000, "x", 0);
49 addRow(c, "ax", "1@android.com", 11, "homex", 10001, 2000, "xx", 1);
58 addRow(c, "ax", "2@android.com", 11, "homex", 10001, 2000, "xx", 1);
67 private static MatrixCursor addRow(MatrixCursor c, method in class:RecipientAlternatesAdapterTest
77 c.addRow(new Object[] {displayName, destination, destinationType, destinationLabel,
/frameworks/base/core/tests/coretests/src/android/app/
H A DSuggestionProvider.java72 addRow(cursor, query + suffix);
80 private void addRow(MatrixCursor cursor, String string) { method in class:SuggestionProvider
/frameworks/base/core/java/android/database/
H A DMatrixCursor.java102 public void addRow(Object[] columnValues) { method in class:MatrixCursor
123 public void addRow(Iterable<?> columnValues) { method in class:MatrixCursor
129 addRow((ArrayList<?>) columnValues, start);
155 private void addRow(ArrayList<?> columnValues, int start) { method in class:MatrixCursor

Completed in 147 milliseconds