Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance
5940 String[] subProjection = null; in queryLocal() local5942 subProjection = new String[projection.length + 2]; in queryLocal()5943 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal()5944 subProjection[projection.length + 0] = DataUsageStatColumns.LR_TIMES_USED; in queryLocal()5945 subProjection[projection.length + 1] = DataUsageStatColumns.LR_LAST_TIME_USED; in queryLocal()5987 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal()6022 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal()