Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java259 private final GeofenceManager mGeofenceManager; field in LocationManagerService
290 mGeofenceManager = new GeofenceManager(mContext, injector); in LocationManagerService()
1110 mGeofenceManager.addGeofence(geofence, intent, packageName, attributionTag); in requestGeofence()
1115 mGeofenceManager.removeGeofence(pendingIntent); in removeGeofence()
1646 mGeofenceManager.dump(fd, ipw, args); in dump()