Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/hardware/location/
H A 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()
H A DGeofenceHardwareImpl.java53 new ArrayList[GeofenceHardware.NUM_MONITORS];
110 GeofenceHardware.MONITOR_UNSUPPORTED); in GeofenceHardwareImpl()
112 GeofenceHardware.MONITORING_TYPE_FUSED_HARDWARE, in GeofenceHardwareImpl()
113 GeofenceHardware.MONITOR_UNSUPPORTED); in GeofenceHardwareImpl()
207 != GeofenceHardware.MONITOR_UNSUPPORTED; in getMonitoringTypes()
209 != GeofenceHardware.MONITOR_UNSUPPORTED; in getMonitoringTypes()
238 case GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE: in getCapabilitiesForMonitoringType()
281 case GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE: in addCircularFence()
340 case GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE: in removeGeofence()
379 case GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE: in pauseGeofence()
[all …]
H A DGeofenceHardware.java52 public final class GeofenceHardware { class
173 public GeofenceHardware(IGeofenceHardware service) { in GeofenceHardware() method in GeofenceHardware
491 event.getMonitoringStatus() == GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE, in onMonitoringSystemChange()
/aosp12/frameworks/base/location/lib/java/com/android/location/provider/
H A DGeofenceProvider.java19 import android.hardware.location.GeofenceHardware;
38 private GeofenceHardware mGeofenceHardware;
42 mGeofenceHardware = new GeofenceHardware(hardwareProxy);
64 public abstract void onGeofenceHardwareChange(GeofenceHardware geofenceHardware); in onGeofenceHardwareChange()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssManagerService.java23 import android.hardware.location.GeofenceHardware;
367 GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE, in onReportGeofenceTransition()
374 int monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_UNAVAILABLE; in onReportGeofenceStatus()
376 monitorStatus = GeofenceHardware.MONITOR_CURRENTLY_AVAILABLE; in onReportGeofenceStatus()
379 GeofenceHardware.MONITORING_TYPE_GPS_HARDWARE, in onReportGeofenceStatus()
413 return GeofenceHardware.GEOFENCE_SUCCESS; in translateGeofenceStatus()
415 return GeofenceHardware.GEOFENCE_FAILURE; in translateGeofenceStatus()
417 return GeofenceHardware.GEOFENCE_ERROR_ID_EXISTS; in translateGeofenceStatus()
419 return GeofenceHardware.GEOFENCE_ERROR_INVALID_TRANSITION; in translateGeofenceStatus()
421 return GeofenceHardware.GEOFENCE_ERROR_TOO_MANY_GEOFENCES; in translateGeofenceStatus()
[all …]
/aosp12/frameworks/base/boot/
H A Dpreloaded-classes2464 android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
2465 android.hardware.location.GeofenceHardware
H A Dboot-image-profile.txt25450 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper;
25451 Landroid/hardware/location/GeofenceHardware;
/aosp12/frameworks/base/config/
H A Dpreloaded-classes2462 android.hardware.location.GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper
2463 android.hardware.location.GeofenceHardware
H A Dboot-image-profile.txt35087 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareMonitorCallbackWrapper;
35088 Landroid/hardware/location/GeofenceHardware;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24024 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareCallbackWrapper;->onGeofenceAdd(II)V
24025 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareCallbackWrapper;->onGeofencePause(II)V
24026 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareCallbackWrapper;->onGeofenceRemove(II)V
24027 Landroid/hardware/location/GeofenceHardware$GeofenceHardwareCallbackWrapper;->onGeofenceResume(II)V
24031 …location/GeofenceHardware;->getCallbackWrapper(Landroid/hardware/location/GeofenceHardwareCallback…
24032 …n/GeofenceHardware;->getMonitorCallbackWrapper(Landroid/hardware/location/GeofenceHardwareMonitorC…
24033 Landroid/hardware/location/GeofenceHardware;->mCallbacks:Ljava/util/HashMap;
24034 Landroid/hardware/location/GeofenceHardware;->mMonitorCallbacks:Ljava/util/HashMap;
24035 Landroid/hardware/location/GeofenceHardware;->mService:Landroid/hardware/location/IGeofenceHardware;
24036 Landroid/hardware/location/GeofenceHardware;->NUM_MONITORS:I
[all …]
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt3811 public final class GeofenceHardware {