Home | History | Annotate | Download | only in location

Lines Matching refs:GeofenceHardwareImpl

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) {