Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance
6419 String[] subProjection = null; in queryLocal() local6421 subProjection = new String[projection.length + 2]; in queryLocal()6422 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal()6423 subProjection[projection.length + 0] = DataUsageStatColumns.LR_TIMES_USED; in queryLocal()6424 subProjection[projection.length + 1] = DataUsageStatColumns.LR_LAST_TIME_USED; in queryLocal()6466 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal()6501 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal()