Home
last modified time | relevance | path

Searched defs:columns (Results 1 – 9 of 9) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DResourceCursorAdapterTest.java189 String[] columns = new String[colCount]; in createTestCursor() local
DSimpleExpandableListAdapterTest.java541 String[] columns = new String[colCount]; in createTestList() local
DSimpleAdapterTest.java460 String[] columns = new String[colCount]; in createTestList() local
DResourceCursorTreeAdapterTest.java190 String[] columns = new String[colCount]; in createTestCursor() local
DSimpleCursorTreeAdapterTest.java235 String[] columns = new String[colCount]; in createTestCursor() local
DSimpleCursorAdapterTest.java472 String[] columns = new String[colCount]; in createTestCursor() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteQueryBuilderTest.java256 String[] columns = new String[] { "name", "age" }; in testAppendColumns() local
/cts/tools/test-progress/src/
DTestCoverageDoclet.java198 public void printRow(int color, String... columns) { in printRow()
207 public void printRow(String... columns) { in printRow()
/cts/tools/test-progress-new/src/testprogress2/
DTestCoverageDoclet.java170 public void printRow(String... columns) { in printRow()