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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionListActivity.java 140 UtilityService.addGeofences(this);
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionListActivity.java 140 UtilityService.addGeofences(this);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionListActivity.java 140 UtilityService.addGeofences(this);
  /hardware/qcom/gps/msm8998/location/
location_interface.h 83 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
LocationAPI.cpp 437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info)
443 ids = gData.geofenceInterface->addGeofences(this, count, options, info);
  /hardware/qcom/gps/sdm845/location/
location_interface.h 83 uint32_t* (*addGeofences)(LocationAPI* client, size_t count, GeofenceOption*, GeofenceInfo*);
LocationAPI.cpp 437 LocationAPI::addGeofences(size_t count, GeofenceOption* options, GeofenceInfo* info)
443 ids = gData.geofenceInterface->addGeofences(this, count, options, info);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 93 public static void addGeofences(Context context) {
170 GeofencingApi.addGeofences(googleApiClient,
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 93 public static void addGeofences(Context context) {
170 GeofencingApi.addGeofences(googleApiClient,
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 93 public static void addGeofences(Context context) {
170 GeofencingApi.addGeofences(googleApiClient,
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
MainActivity.java 154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
MainActivity.java 154 LocationServices.GeofencingApi.addGeofences(mApiClient, mGeofenceList,
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 302 mFusedService.addGeofences(
    [all...]
  /prebuilts/sdk/system_23/
android.jar 

Completed in 197 milliseconds