Searched refs:allColumns (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | DatabaseAsserts.java | 285 Uri uri, String[] allColumns, long[] ids) { in checkProjection() argument 289 checkProjectionInner(resolver, uri, null, allColumns, selection, ids.length, in checkProjection() 293 checkProjectionInner(resolver, uri, allColumns, allColumns, selection, ids.length, in checkProjection() 297 for (int i = 0; i < allColumns.length; i++) { in checkProjection() 298 final String[] columns = new String[] {allColumns[i]}; in checkProjection() 304 for (int i = 0; i < allColumns.length; i++) { in checkProjection() 305 for (int j = 0; j < allColumns.length; j++) { in checkProjection() 309 final String[] columns = new String[] {allColumns[i], allColumns[j]}; in checkProjection()
|