Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java7270 final Cursor managedCursor = queryCorpContacts(localUri, projection, selection, in queryMergedDataPhones() local
7273 if (managedCursor == null) { in queryMergedDataPhones()
7278 primaryCursor, managedCursor in queryMergedDataPhones()
7326 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts() local
7328 int[] columnIdIndices = getContactIdColumnIndices(managedCursor, contactIdColumnNames); in queryCorpContacts()
7333 ? removeLastColumn(managedCursor.getColumnNames()) : managedCursor.getColumnNames(); in queryCorpContacts()
7334 return new EnterpriseContactsCursorWrapper(managedCursor, originalColumnNames, in queryCorpContacts()