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

/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardware.java345 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { method in class:GeofenceHardware
347 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition);
H A DGeofenceHardwareImpl.java369 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { method in class:GeofenceHardwareImpl
404 if (DEBUG) Log.d(TAG, "resumeGeofence: Result is: " + result);

Completed in 55 milliseconds