Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5459 return createEmptyCursor(uri, projection); in query()
5519 private static Cursor createEmptyCursor(final Uri uri, String[] projection) { in createEmptyCursor() method in ContactsProvider2
5632 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()
5647 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java906 private static Cursor createEmptyCursor(String[] projection) { in createEmptyCursor() method in CalendarProvider2
963 return cursor == null ? createEmptyCursor(projection) : cursor; in queryWorkProfileProvider()