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.java5914 private static Cursor createEmptyCursor(final Uri uri, String[] projection) { in createEmptyCursor() method in ContactsProvider2
6054 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()
6065 return createEmptyCursor(localUri, projection); in queryCorpContactsProvider()
6103 return createEmptyCursor(uri, projection); in queryParentProfileContactsProvider()
6111 return createEmptyCursor(uri, projection); in queryParentProfileContactsProvider()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarProvider2.java922 private static Cursor createEmptyCursor(String[] projection) { in createEmptyCursor() method in CalendarProvider2
979 return cursor == null ? createEmptyCursor(projection) : cursor; in queryWorkProfileProvider()