Searched refs:createEmptyCursor (Results 1 – 2 of 2) sorted by relevance
5914 private static Cursor createEmptyCursor(final Uri uri, String[] projection) { in createEmptyCursor() method in ContactsProvider26054 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()
922 private static Cursor createEmptyCursor(String[] projection) { in createEmptyCursor() method in CalendarProvider2979 return cursor == null ? createEmptyCursor(projection) : cursor; in queryWorkProfileProvider()