HomeSort by relevance Sort by last modified time
    Searched defs:removeGeofences (Results 1 - 9 of 9) sorted by null

  /hardware/qcom/gps/msm8998/location/
location_interface.h 84 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
LocationAPI.cpp 454 LocationAPI::removeGeofences(size_t count, uint32_t* ids)
459 gData.geofenceInterface->removeGeofences(this, count, ids);
  /hardware/qcom/gps/sdm845/location/
location_interface.h 84 void (*removeGeofences)(LocationAPI* client, size_t count, uint32_t* ids);
LocationAPI.cpp 454 LocationAPI::removeGeofences(size_t count, uint32_t* ids)
459 gData.geofenceInterface->removeGeofences(this, count, ids);
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java 163 LocationServices.GeofencingApi.removeGeofences(mApiClient, mGeofenceRequestIntent);
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 353 mFusedService.removeGeofences(new int[] { geofenceId });
    [all...]
  /prebuilts/sdk/system_23/
android.jar 

Completed in 135 milliseconds