Home
last modified time | relevance | path

Searched refs:getRows (Results 1 – 4 of 4) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DArrayTestListAdapter.java45 protected List<TestListItem> getRows() { in getRows() method in ArrayTestListAdapter
DTestListAdapter.java265 getRows(); in doInBackground()
272 rows = getRows(); in doInBackground()
315 protected abstract List<TestListItem> getRows(); in getRows() method in TestListAdapter
DManifestTestListAdapter.java183 protected List<TestListItem> getRows() { in getRows() method in ManifestTestListAdapter
/cts/tests/tests/content/src/android/content/cts/
DContentQueryMapTest.java118 Map<String, ContentValues> rows = mContentQueryMap.getRows(); in testGetRows()
128 rows = mContentQueryMap.getRows(); in testGetRows()
131 rows = mContentQueryMap.getRows(); in testGetRows()