Searched refs:locationFragment (Results 1 – 1 of 1) sorted by relevance
31 private LocationFragment locationFragment; field in CallLocationImpl48 if (locationFragment == null) { in getLocationFragment()49 locationFragment = new LocationFragment(); in getLocationFragment()51 locationHelper.addLocationListener(locationFragment.getPresenter()); in getLocationFragment()53 return locationFragment; in getLocationFragment()60 if (locationFragment != null) { in close()61 locationHelper.removeLocationListener(locationFragment.getPresenter()); in close()63 locationFragment = null; in close()