HomeSort by relevance Sort by last modified time
    Searched refs:GeofenceHardwareImpl (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java 33 private GeofenceHardwareImpl mGeofenceHardwareImpl;
39 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
GeofenceHardwareImpl.java 44 public final class GeofenceHardwareImpl {
45 private static final String TAG = "GeofenceHardwareImpl";
49 private static GeofenceHardwareImpl sInstance;
104 public synchronized static GeofenceHardwareImpl getInstance(Context context) {
106 sInstance = new GeofenceHardwareImpl(context);
111 private GeofenceHardwareImpl(Context context) {
  /frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java 27 import android.hardware.location.GeofenceHardwareImpl;
324 private GeofenceHardwareImpl mGeofenceHardwareImpl;
    [all...]

Completed in 84 milliseconds