Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/geofence/
DGeofenceProxy.java52 public static GeofenceProxy createAndBind(Context context, IGpsGeofenceHardware gpsGeofence) { in createAndBind() argument
53 GeofenceProxy proxy = new GeofenceProxy(context, gpsGeofence); in createAndBind()
66 private GeofenceProxy(Context context, IGpsGeofenceHardware gpsGeofence) { in GeofenceProxy() argument
67 mGpsGeofenceHardware = Objects.requireNonNull(gpsGeofence); in GeofenceProxy()