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

  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareService.java 34 private GeofenceHardwareImpl mGeofenceHardwareImpl;
40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
GeofenceHardwareImpl.java 41 public final class GeofenceHardwareImpl {
42 private static final String TAG = "GeofenceHardwareImpl";
47 private static GeofenceHardwareImpl sInstance;
98 public synchronized static GeofenceHardwareImpl getInstance(Context context) {
100 sInstance = new GeofenceHardwareImpl(context);
105 private GeofenceHardwareImpl(Context context) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
FlpHardwareProvider.java 20 import android.hardware.location.GeofenceHardwareImpl;
46 private GeofenceHardwareImpl mGeofenceHardwareSink = null;
499 private GeofenceHardwareImpl getGeofenceHardwareSink() {
501 mGeofenceHardwareSink = GeofenceHardwareImpl.getInstance(mContext);
GpsLocationProvider.java 37 import android.hardware.location.GeofenceHardwareImpl;
404 private GeofenceHardwareImpl mGeofenceHardwareImpl;
    [all...]

Completed in 208 milliseconds