Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java21 import android.hardware.location.GeofenceHardwareImpl;
45 private GeofenceHardwareImpl mGeofenceHardwareSink = null;
502 private GeofenceHardwareImpl getGeofenceHardwareSink() { in getGeofenceHardwareSink()
504 mGeofenceHardwareSink = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardwareSink()
DGnssLocationProvider.java35 import android.hardware.location.GeofenceHardwareImpl;
407 private GeofenceHardwareImpl mGeofenceHardwareImpl;
1789 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1816 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1843 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1853 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1863 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
1873 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext);
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java34 private GeofenceHardwareImpl mGeofenceHardwareImpl;
40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in onCreate()
DGeofenceHardwareImpl.java41 public final class GeofenceHardwareImpl { class
47 private static GeofenceHardwareImpl sInstance;
98 public synchronized static GeofenceHardwareImpl getInstance(Context context) { in getInstance()
100 sInstance = new GeofenceHardwareImpl(context); in getInstance()
105 private GeofenceHardwareImpl(Context context) { in GeofenceHardwareImpl() method in GeofenceHardwareImpl
/frameworks/base/
Dcompiled-classes-phone1674 android.hardware.location.GeofenceHardwareImpl
1675 android.hardware.location.GeofenceHardwareImpl$1
1676 android.hardware.location.GeofenceHardwareImpl$2
1677 android.hardware.location.GeofenceHardwareImpl$3
1678 android.hardware.location.GeofenceHardwareImpl$Reaper