Searched refs:managedCursor (Results 1 – 1 of 1) sorted by relevance
7141 final Cursor managedCursor = queryCorpContacts(localUri, projection, selection, in queryMergedDataPhones() local7144 if (managedCursor == null) { in queryMergedDataPhones()7149 primaryCursor, managedCursor in queryMergedDataPhones()7197 final Cursor managedCursor = queryCorpContactsProvider(localUri, workProjection, in queryCorpContacts() local7199 int[] columnIdIndices = getContactIdColumnIndices(managedCursor, contactIdColumnNames); in queryCorpContacts()7204 ? removeLastColumn(managedCursor.getColumnNames()) : managedCursor.getColumnNames(); in queryCorpContacts()7205 return new EnterpriseContactsCursorWrapper(managedCursor, originalColumnNames, in queryCorpContacts()