HomeSort by relevance Sort by last modified time
    Searched full:geofencelist (Results 1 - 3 of 3) sorted by null

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java 113 List<Geofence> geofenceList = new ArrayList<Geofence>();
116 geofenceList.add(new Geofence.Builder()
123 return geofenceList;
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java 113 List<Geofence> geofenceList = new ArrayList<Geofence>();
116 geofenceList.add(new Geofence.Builder()
123 return geofenceList;
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
TouristAttractions.java 113 List<Geofence> geofenceList = new ArrayList<Geofence>();
116 geofenceList.add(new Geofence.Builder()
123 return geofenceList;

Completed in 130 milliseconds