Home
last modified time | relevance | path

Searched refs:resumeGeofence (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
DIGeofenceHardware.aidl37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
DGeofenceHardware.java367 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware
369 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
DGeofenceHardwareImpl.java407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/api/
Dsystem-current.txt14620 method public boolean resumeGeofence(int, int, int);
14710 method public abstract boolean resumeGeofence(int, int, int) throws android.os.RemoteException;