Home
last modified time | relevance | path

Searched refs:locationHelper (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DCallLocationImpl.java30 private LocationHelper locationHelper; field in CallLocationImpl
50 locationHelper = new LocationHelper(context); in getLocationFragment()
51 locationHelper.addLocationListener(locationFragment.getPresenter()); in getLocationFragment()
61 locationHelper.removeLocationListener(locationFragment.getPresenter()); in close()
62 locationHelper.close(); in close()
64 locationHelper = null; in close()