Searched defs:addRow (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/database/ |
D | MatrixCursor.java | 101 public void addRow(Object[] columnValues) { in addRow() method in MatrixCursor 122 public void addRow(Iterable<?> columnValues) { in addRow() method in MatrixCursor 154 private void addRow(ArrayList<?> columnValues, int start) { in addRow() method in MatrixCursor
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | SuggestionProvider.java | 80 private void addRow(MatrixCursor cursor, String string) { in addRow() method in SuggestionProvider
|
/frameworks/opt/chips/tests/src/com/android/ex/chips/ |
D | RecipientAlternatesAdapterTest.java | 77 private static MatrixCursor addRow(MatrixCursor c, in addRow() method in RecipientAlternatesAdapterTest
|
/frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/ |
D | SampleProvider.java | 104 private void addRow(MatrixCursor matrix, int match_id) { in addRow() method in SampleProvider
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogImpl.java | 321 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important) { in addRow() method in VolumeDialogImpl 325 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important, in addRow() method in VolumeDialogImpl
|