Searched refs:GeofenceProxy (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceProxy.java39 public final class GeofenceProxy { class
40 private static final String TAG = "GeofenceProxy";
61 public static GeofenceProxy createAndBind(Context context,
64 GeofenceProxy proxy = new GeofenceProxy(context, overlaySwitchResId,
73 private GeofenceProxy(Context context, method in class:GeofenceProxy
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java67 import com.android.server.location.GeofenceProxy;
420 GeofenceProxy provider = GeofenceProxy.createAndBind(mContext,

Completed in 74 milliseconds