Searched refs:getMaps (Results 1 – 3 of 3) sorted by relevance
122 if (hasMap && MapsComponent.get(getContext()).getMaps().isAvailable()) { in onCreateView()213 MapsComponent.get(getContext()).getMaps().createStaticMapFragment(getLocation()); in onViewCreated()
27 public abstract Maps getMaps(); in getMaps() method in MapsComponent
643 return MapsComponent.get(getContext()).getMaps().isAvailable(); in canShowMap()