HomeSort by relevance Sort by last modified time
    Searched full: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/
GnssLocationProvider.java 29 import android.hardware.location.GeofenceHardwareImpl;
464 private GeofenceHardwareImpl mGeofenceHardwareImpl;
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]

Completed in 183 milliseconds