Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 5931 String[] subProjection = null; in queryLocal() local 5933 subProjection = new String[projection.length + 2]; in queryLocal() 5934 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal() 5935 subProjection[projection.length + 0] = DataUsageStatColumns.TIMES_USED; in queryLocal() 5936 subProjection[projection.length + 1] = DataUsageStatColumns.LAST_TIME_USED; in queryLocal() 5980 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal() 6009 frequentInnerQuery = qb.buildQuery(subProjection, null, null, null, in queryLocal() 6018 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal() 6036 frequentInnerQuery = qb.buildQuery(subProjection, in queryLocal()
|