Home
last modified time | relevance | path

Searched refs:monitorTransition (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
DIGpsGeofenceHardware.aidl28 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/
DGeofenceHardware.java367 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() argument
369 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
DGeofenceHardwareImpl.java407 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/
DGpsLocationProvider.java1224 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransition) {
1225 return native_resume_geofence(geofenceId, monitorTransition);