Home | History | Annotate | Download | only in location

Lines Matching refs:geofence

28 import android.location.Geofence;
119 public void addFence(LocationRequest request, Geofence geofence, PendingIntent intent,
122 Slog.d(TAG, "addFence: request=" + request + ", geofence=" + geofence
126 GeofenceState state = new GeofenceState(geofence,
132 if (geofence.equals(w.mFence) && intent.equals(w.mIntent)) {
143 public void removeFence(Geofence fence, PendingIntent intent) {
234 * The geofence update loop. This function removes expired fences, then tests the most
261 Slog.d(TAG, "skipping geofence processing for blacklisted app: "
272 Slog.d(TAG, "skipping geofence processing for no op app: "