Searched defs:GeofenceHardwareImpl (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareImpl.java41 public final class GeofenceHardwareImpl { class
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) { method in class:GeofenceHardwareImpl

Completed in 59 milliseconds