Searched refs:resumeGeofence (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/location/ |
D | GeofenceHardwareService.java | 124 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) { 129 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
|
D | GeofenceHardware.java | 367 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware 369 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
|
D | IGeofenceHardware.aidl | 37 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
|
D | GeofenceHardwareImpl.java | 407 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
|
/frameworks/base/api/ |
D | system-current.txt | 15339 method public boolean resumeGeofence(int, int, int); 15429 method public abstract boolean resumeGeofence(int, int, int) throws android.os.RemoteException;
|