Searched refs:NearbyPlacesCursor (Results 1 – 2 of 2) sorted by relevance
27 final class NearbyPlacesCursor extends MergeCursor implements SearchCursor { class36 static NearbyPlacesCursor newInstance( in newInstance()40 return new NearbyPlacesCursor(new Cursor[] {headerCursor, nearbyPlacesCursor}, directoryId); in newInstance()43 private NearbyPlacesCursor(Cursor[] cursors, long directoryId) { in NearbyPlacesCursor() method in NearbyPlacesCursor
53 return NearbyPlacesCursor.newInstance(getContext(), super.loadInBackground(), directoryId); in loadInBackground()