Searched refs:COLUMN_POS (Results 1 – 2 of 2) sorted by relevance
45 static final String COLUMN_POS = "ColumnPos"; field in TestPagingContentProvider51 COLUMN_POS,149 row.add(COLUMN_POS, pos); in fillRow()
536 int col = mCursor.getColumnIndexOrThrow(TestPagingContentProvider.COLUMN_POS); in testQuery_PagedResults()