Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/searchfragment/nearbyplaces/
DNearbyPlacesCursor.java27 final class NearbyPlacesCursor extends MergeCursor implements SearchCursor { class
36 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
DNearbyPlacesCursorLoader.java53 return NearbyPlacesCursor.newInstance(getContext(), super.loadInBackground(), directoryId); in loadInBackground()