Home
last modified time | relevance | path

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

/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java908 private static Cursor createEmptyCursor(String[] projection) { in createEmptyCursor() method in CalendarProvider2
965 return cursor == null ? createEmptyCursor(projection) : cursor; in queryWorkProfileProvider()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java5470 private static Cursor createEmptyCursor(final Uri uri, String[] projection) { in createEmptyCursor() method in ContactsProvider2
5571 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()
5586 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()