HomeSort by relevance Sort by last modified time
    Searched defs:addGeofences (Results 1 - 9 of 9) 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 141 UtilityService.addGeofences(this);
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/ui/
AttractionListActivity.java 140 UtilityService.addGeofences(this);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 94 public static void addGeofences(Context context) {
171 GeofencingApi.addGeofences(googleApiClient,
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 95 public static void addGeofences(Context context) {
172 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/deprecated/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,

Completed in 552 milliseconds