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

  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java 45 public static final Map<String, LatLng> CITY_LOCATIONS = new HashMap<String, LatLng>() {{
114 for (String city : CITY_LOCATIONS.keySet()) {
115 LatLng cityLatLng = CITY_LOCATIONS.get(city);
134 for (Map.Entry<String, LatLng> entry: CITY_LOCATIONS.entrySet()) {
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/provider/
TouristAttractions.java 45 public static final Map<String, LatLng> CITY_LOCATIONS = new HashMap<String, LatLng>() {{
114 for (String city : CITY_LOCATIONS.keySet()) {
115 LatLng cityLatLng = CITY_LOCATIONS.get(city);
134 for (Map.Entry<String, LatLng> entry: CITY_LOCATIONS.entrySet()) {
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/provider/
TouristAttractions.java 45 public static final Map<String, LatLng> CITY_LOCATIONS = new HashMap<String, LatLng>() {{
114 for (String city : CITY_LOCATIONS.keySet()) {
115 LatLng cityLatLng = CITY_LOCATIONS.get(city);
134 for (Map.Entry<String, LatLng> entry: CITY_LOCATIONS.entrySet()) {

Completed in 85 milliseconds