Searched defs:GeocoderProxy (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DGeocoderProxy.java34 public class GeocoderProxy { class
35 private static final String TAG = "GeocoderProxy";
42 public static GeocoderProxy createAndBind(Context context,
45 GeocoderProxy proxy = new GeocoderProxy(context, overlaySwitchResId,
54 private GeocoderProxy(Context context, method in class:GeocoderProxy

Completed in 97 milliseconds