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

/frameworks/base/services/java/com/android/server/location/
H A DGeofenceManager.java42 public class GeofenceManager implements LocationListener, PendingIntent.OnFinished { class in inherits:LocationListener,PendingIntent.OnFinished
43 private static final String TAG = "GeofenceManager";
109 public GeofenceManager(Context context, LocationBlacklist blacklist) { method in class:GeofenceManager
/frameworks/base/services/java/com/android/server/
H A DLocationManagerService.java68 import com.android.server.location.GeofenceManager;
137 private GeofenceManager mGeofenceManager;
222 mGeofenceManager = new GeofenceManager(mContext, mBlacklist);

Completed in 77 milliseconds