Searched refs:NearbyPlacesCursorLoader (Results 1 – 2 of 2) sorted by relevance
31 public final class NearbyPlacesCursorLoader extends CursorLoader { class42 public NearbyPlacesCursorLoader(Context context, String query, @NonNull List<Long> directoryIds) { in NearbyPlacesCursorLoader() method in NearbyPlacesCursorLoader
67 import com.android.dialer.searchfragment.nearbyplaces.NearbyPlacesCursorLoader;211 return new NearbyPlacesCursorLoader(getContext(), query, directoryIds); in onCreateLoader()233 } else if (loader instanceof NearbyPlacesCursorLoader) { in onLoadFinished()255 } else if (loader instanceof NearbyPlacesCursorLoader) { in onLoaderReset()