Searched refs:getMaps (Results 1 – 4 of 4) sorted by relevance
116 if (hasMap && MapsComponent.get(getContext()).getMaps().isAvailable()) { in onCreateView()199 MapsComponent.get(getContext()).getMaps().createStaticMapFragment(getLocation()); in onViewCreated()
27 public abstract Maps getMaps(); in getMaps() method in MapsComponent
35 static Maps getMaps() { in getMaps() method in TestMapsModule
578 return MapsComponent.get(getContext()).getMaps().isAvailable(); in canShowMap()