Searched refs:GeofenceHardwareImpl (Results 1 – 5 of 5) sorted by relevance
21 import android.hardware.location.GeofenceHardwareImpl;45 private GeofenceHardwareImpl mGeofenceHardwareSink = null;502 private GeofenceHardwareImpl getGeofenceHardwareSink() { in getGeofenceHardwareSink()504 mGeofenceHardwareSink = GeofenceHardwareImpl.getInstance(mContext); in getGeofenceHardwareSink()
35 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);
34 private GeofenceHardwareImpl mGeofenceHardwareImpl;40 mGeofenceHardwareImpl = GeofenceHardwareImpl.getInstance(mContext); in onCreate()
41 public final class GeofenceHardwareImpl { class47 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
1674 android.hardware.location.GeofenceHardwareImpl1675 android.hardware.location.GeofenceHardwareImpl$11676 android.hardware.location.GeofenceHardwareImpl$21677 android.hardware.location.GeofenceHardwareImpl$31678 android.hardware.location.GeofenceHardwareImpl$Reaper