Home
last modified time | relevance | path

Searched refs:GeofenceHardware (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java35 private int mLastTransition = GeofenceHardware.GEOFENCE_UNCERTAIN;
37 private int mMonitorTransitions = GeofenceHardware.GEOFENCE_UNCERTAIN |
38 GeofenceHardware.GEOFENCE_ENTERED | GeofenceHardware.GEOFENCE_EXITED;
40 private int mSourceTechnologies = GeofenceHardware.SOURCE_TECHNOLOGY_GNSS;
117 int sourceTechnologiesAll = GeofenceHardware.SOURCE_TECHNOLOGY_GNSS in setSourceTechnologies()
118 | GeofenceHardware.SOURCE_TECHNOLOGY_WIFI in setSourceTechnologies()
119 | GeofenceHardware.SOURCE_TECHNOLOGY_SENSORS in setSourceTechnologies()
120 | GeofenceHardware.SOURCE_TECHNOLOGY_CELL in setSourceTechnologies()
121 | GeofenceHardware.SOURCE_TECHNOLOGY_BLUETOOTH; in setSourceTechnologies()
DGeofenceHardwareImpl.java52 new ArrayList[GeofenceHardware.NUM_MONITORS];
60 private int[] mSupportedMonitorTypes = new int[GeofenceHardware.NUM_MONITORS];
108 setMonitorAvailability(GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE, in GeofenceHardwareImpl()
109 GeofenceHardware.MONITOR_UNSUPPORTED); in GeofenceHardwareImpl()
111 GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE, in GeofenceHardwareImpl()
112 GeofenceHardware.MONITOR_UNSUPPORTED); in GeofenceHardwareImpl()
142 setMonitorAvailability(GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE, in updateGpsHardwareAvailability()
143 GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE); in updateGpsHardwareAvailability()
162 GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE, in updateFusedHardwareAvailability()
163 GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE); in updateFusedHardwareAvailability()
[all …]
DGeofenceHardware.java51 public final class GeofenceHardware { class
170 public GeofenceHardware(IGeofenceHardware service) { in GeofenceHardware() method in GeofenceHardware
488 event.getMonitoringStatus() == GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE, in onMonitoringSystemChange()
/frameworks/base/services/core/java/com/android/server/location/
DFlpHardwareProvider.java20 import android.hardware.location.GeofenceHardware;
225 GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE, in onGeofenceTransition()
239 monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE; in onGeofenceMonitorStatus()
242 monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE; in onGeofenceMonitorStatus()
246 monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE; in onGeofenceMonitorStatus()
251 GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE, in onGeofenceMonitorStatus()
514 return GeofenceHardware.GEOFENCE_SUCCESS; in translateToGeofenceHardwareStatus()
516 return GeofenceHardware.GEOFENCE_FAILURE; in translateToGeofenceHardwareStatus()
518 return GeofenceHardware.GEOFENCE_ERROR_INSUFFICIENT_MEMORY; in translateToGeofenceHardwareStatus()
520 return GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES; in translateToGeofenceHardwareStatus()
[all …]
DGnssLocationProvider.java34 import android.hardware.location.GeofenceHardware;
1765 return GeofenceHardware.GEOFENCE_SUCCESS;
1767 return GeofenceHardware.GEOFENCE_FAILURE;
1769 return GeofenceHardware.GEOFENCE_ERROR_ID_EXISTS;
1771 return GeofenceHardware.GEOFENCE_ERROR_INVALID_TRANSITION;
1773 return GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES;
1775 return GeofenceHardware.GEOFENCE_ERROR_ID_UNKNOWN;
1805 GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE,
1827 int monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE;
1829 monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE;
[all …]
/frameworks/base/location/lib/java/com/android/location/provider/
DGeofenceProvider.java19 import android.hardware.location.GeofenceHardware;
37 private GeofenceHardware mGeofenceHardware;
41 mGeofenceHardware = new GeofenceHardware(hardwareProxy);
63 public abstract void onGeofenceHardwareChange(GeofenceHardware geofenceHardware); in onGeofenceHardwareChange()
/frameworks/base/
Dcompiled-classes-phone1671 android.hardware.location.GeofenceHardware
1672 android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
/frameworks/base/api/
Dsystem-current.txt15331 public final class GeofenceHardware {
15332 ctor public GeofenceHardware(android.hardware.location.IGeofenceHardware);