Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance
5874 String[] subProjection = null; in queryLocal() local5876 subProjection = new String[projection.length + 2]; in queryLocal()5877 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal()5878 subProjection[projection.length + 0] = DataUsageStatColumns.LR_TIMES_USED; in queryLocal()5879 subProjection[projection.length + 1] = DataUsageStatColumns.LR_LAST_TIME_USED; in queryLocal()5921 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal()5956 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal()