Searched refs:monitorTransition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/location/java/android/location/
H A DIGpsGeofenceHardware.aidl28 longitude, double radius, int lastTransition, int monitorTransition,
32 boolean resumeHardwareGeofence(int geofenceId, int monitorTransition);
/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java364 * @param monitorTransition Bitwise OR of {@link #GEOFENCE_ENTERED},
368 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { argument
370 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition);
H A DGeofenceHardwareImpl.java407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { argument
421 result = mGpsService.resumeHardwareGeofence(geofenceId, monitorTransition);
432 mFusedService.resumeMonitoringGeofence(geofenceId, monitorTransition);

Completed in 115 milliseconds