Searched refs:pauseGeofence (Results 1 – 5 of 5) sorted by relevance
115 public boolean pauseGeofence(int id, int monitoringType) {120 return mGeofenceHardwareImpl.pauseGeofence(id, monitoringType);
335 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() method in GeofenceHardware337 return mService.pauseGeofence(geofenceId, monitoringType); in pauseGeofence()
36 boolean pauseGeofence(int id, int monitoringType); in pauseGeofence() method
367 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() method in GeofenceHardwareImpl
15336 method public boolean pauseGeofence(int, int);15426 method public abstract boolean pauseGeofence(int, int) throws android.os.RemoteException;