Searched refs:monitorTransition (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | IGpsGeofenceHardware.aidl | 28 longitude, double radius, int lastTransition, int monitorTransition, in addCircularHardwareGeofence() argument 32 boolean resumeHardwareGeofence(int geofenceId, int monitorTransition); in resumeHardwareGeofence() argument
|
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardware.java | 367 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() argument 369 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
|
D | GeofenceHardwareImpl.java | 407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() argument 421 result = mGpsService.resumeHardwareGeofence(geofenceId, monitorTransition); in resumeGeofence() 432 mFusedService.resumeMonitoringGeofence(geofenceId, monitorTransition); in resumeGeofence()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 1321 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransition) { 1322 return native_resume_geofence(geofenceId, monitorTransition);
|