Searched refs:ARG_LOCATION (Results 1 – 2 of 2) sorted by relevance
39 private static final String ARG_LOCATION = "location"; field in StaticMapFragment43 args.putParcelable(ARG_LOCATION, Assert.isNotNull(location)); in newInstance()70 Location location = getArguments().getParcelable(ARG_LOCATION); in onMapReady()
56 private static final String ARG_LOCATION = "location"; field in MultimediaFragment90 args.putParcelable(ARG_LOCATION, location); in newInstance()258 return getArguments().getParcelable(ARG_LOCATION); in getLocation()