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
183 case LocationFragment.ACTION_CATEGORY: in executeAction()185 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()189 : params.getString(LocationFragment.KEY_POSTAL_CODE); in executeAction()285 SetupFragment fragment = new LocationFragment(); in showLocationFragment()
41 public class LocationFragment extends SetupMultiPaneFragment { class
42 import com.android.tv.tuner.setup.LocationFragment;153 case LocationFragment.ACTION_CATEGORY: in executeAction()155 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()159 : params.getString(LocationFragment.KEY_POSTAL_CODE); in executeAction()
42 import com.android.tv.tuner.setup.LocationFragment;152 case LocationFragment.ACTION_CATEGORY: in executeAction()154 case LocationFragment.ACTION_ALLOW_PERMISSION: in executeAction()158 : 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 \