Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java6210 String[] projectionWithNumber = projection; in queryLocal() local
6213 projectionWithNumber = ArrayUtils.appendElement( in queryLocal()
6223 Cursor cursor = query(db, qb, projectionWithNumber, selection, selectionArgs, in queryLocal()
6242 final Cursor fallbackCursor = query(db, qb, projectionWithNumber, in queryLocal()