Searched defs:monitorTransition (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java363 * @param monitorTransition Bitwise OR of {@link #GEOFENCE_ENTERED},
367 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { argument
369 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 71 milliseconds