Searched refs:monitorTransition (Results 1 – 3 of 3) 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 | 370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() argument 372 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()
|