Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java46 public class LocationFragment extends LeanbackPreferenceFragment implements class
73 public static LocationFragment newInstance() { in newInstance()
74 return new LocationFragment(); in newInstance()
DLocationActivity.java42 startPreferenceFragment(LocationFragment.newInstance()); in onPreferenceStartInitialScreen()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DCallLocationImpl.java31 private LocationFragment locationFragment;
49 locationFragment = new LocationFragment(); in getLocationFragment()
DLocationFragment.java45 public class LocationFragment extends BaseFragment<LocationPresenter, LocationPresenter.LocationUi> class
/packages/apps/Dialer/
DAndroid.mk34 $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \