Home
last modified time | relevance | path

Searched refs:subProjection (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6010 String[] subProjection = null; in queryLocal() local
6012 subProjection = new String[projection.length + 2]; in queryLocal()
6013 System.arraycopy(projection, 0, subProjection, 0, projection.length); in queryLocal()
6014 subProjection[projection.length + 0] = DataUsageStatColumns.LR_TIMES_USED; in queryLocal()
6015 subProjection[projection.length + 1] = DataUsageStatColumns.LR_LAST_TIME_USED; in queryLocal()
6060 starredInnerQuery = qb.buildQuery(subProjection, null, null, in queryLocal()
6089 frequentInnerQuery = qb.buildQuery(subProjection, null, null, null, in queryLocal()
6098 starredInnerQuery = qb.buildQuery(subProjection, in queryLocal()
6116 frequentInnerQuery = qb.buildQuery(subProjection, in queryLocal()