HomeSort by relevance Sort by last modified time
    Searched refs:addCircularFence (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/hardware/location/
IGeofenceHardware.aidl 30 boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
GeofenceHardwareService.java 89 public boolean addCircularFence(int id, int monitoringType, double lat, double longitude,
95 return mGeofenceHardwareImpl.addCircularFence(id, monitoringType, lat, longitude,
GeofenceHardware.java 245 return mService.addCircularFence(geofenceId, monitoringType,
GeofenceHardwareImpl.java 213 public boolean addCircularFence(int geofenceId, int monitoringType, double latitude,
219 Log.d(TAG, "addCircularFence: GeofenceId: " + geofenceId + " Latitude: " + latitude +
285 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
    [all...]

Completed in 188 milliseconds