Searched refs:LocationFragment (Results 1 – 11 of 11) sorted by relevance
53 public class LocationFragment extends SettingsPreferenceFragment implements class80 public static LocationFragment newInstance() { in newInstance()81 return new LocationFragment(); in newInstance()
32 .newSettingsFragment(LocationFragment.class.getName(), null); in createSettingsFragment()
31 private LocationFragment locationFragment;49 locationFragment = new LocationFragment(); in getLocationFragment()
50 public class LocationFragment extends BaseFragment<LocationPresenter, LocationPresenter.LocationUi> class
190 case LocationFragment.ACTION_CATEGORY: in executeAction()192 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()196 : params.getString(LocationFragment.KEY_POSTAL_CODE); in executeAction()293 SetupFragment fragment = new LocationFragment(); in showLocationFragment()
39 public class LocationFragment extends SetupMultiPaneFragment { class
43 import com.android.tv.tuner.setup.LocationFragment;157 case LocationFragment.ACTION_CATEGORY: in executeAction()159 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()163 : params.getString(LocationFragment.KEY_POSTAL_CODE); in executeAction()
43 import com.android.tv.tuner.setup.LocationFragment;158 case LocationFragment.ACTION_CATEGORY: in executeAction()160 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()164 : params.getString(LocationFragment.KEY_POSTAL_CODE); in executeAction()
59 GuidedStepFragment.add(fm, new LocationFragment()); in onGuidedActionClicked()
29 public class LocationFragment extends GuidedStepFragment { class
26 $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \