Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLocationUsageLogger.java184 Geofence geofence, int activityImportance) { in logLocationApiUsage() argument
191 boolean isGeofenceNull = geofence == null; in logLocationApiUsage()
200 + (isGeofenceNull ? "" : geofence.toString()) in logLocationApiUsage()
227 : bucketizeRadiusToStatsdEnum(geofence.getRadius()), in logLocationApiUsage()
DLocationManagerService.java2805 public void requestGeofence(LocationRequest request, Geofence geofence, PendingIntent intent, in requestGeofence() argument
2827 Log.d(TAG, "requestGeofence: " + sanitizedRequest + " " + geofence + " " + intent); in requestGeofence()
2847 geofence, in requestGeofence()
2851 mGeofenceManager.addFence(sanitizedRequest, geofence, intent, in requestGeofence()
2860 public void removeGeofence(Geofence geofence, PendingIntent intent, String packageName) { in removeGeofence() argument
2866 if (D) Log.d(TAG, "removeGeofence: " + geofence + " " + intent); in removeGeofence()
2879 geofence, in removeGeofence()
2882 mGeofenceManager.removeFence(geofence, intent); in removeGeofence()
/frameworks/base/services/core/java/com/android/server/location/
DGeofenceManager.java153 public void addFence(LocationRequest request, Geofence geofence, PendingIntent intent, in addFence() argument
156 Slog.d(TAG, "addFence: request=" + request + ", geofence=" + geofence in addFence()
160 GeofenceState state = new GeofenceState(geofence, in addFence()
166 if (geofence.equals(w.mFence) && intent.equals(w.mIntent)) { in addFence()
/frameworks/base/location/java/android/location/
DILocationManager.aidl48 void requestGeofence(in LocationRequest request, in Geofence geofence, in requestGeofence() argument
/frameworks/base/proto/src/
Dwifi.proto1230 // maximum number of concurrent subscribe sessions specifying a geofence in a single app
1236 // maximum number of concurrent subscribe sessions specifying a geofence in the system
1239 // histogram of subscribe session geofence minimum (only when specified)
1242 // histogram of subscribe session geofence maximum (only when specified)