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

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

Completed in 642 milliseconds