Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance
5935 String[] subProjection = null; in queryLocal() local5937 subProjection = new String[projection.length + 2]; in queryLocal()5938 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal()5939 subProjection[projection.length + 0] = DataUsageStatColumns.LR_TIMES_USED; in queryLocal()5940 subProjection[projection.length + 1] = DataUsageStatColumns.LR_LAST_TIME_USED; in queryLocal()5982 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal()6017 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal()