Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DCallLocationImpl.java31 private LocationFragment locationFragment; field in CallLocationImpl
48 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()