Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DLocationFragment.java53 public class LocationFragment extends SettingsPreferenceFragment implements class
80 public static LocationFragment newInstance() { in newInstance()
81 return new LocationFragment(); in newInstance()
DLocationActivity.java32 .newSettingsFragment(LocationFragment.class.getName(), null); in createSettingsFragment()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DCallLocationImpl.java31 private LocationFragment locationFragment;
49 locationFragment = new LocationFragment(); in getLocationFragment()
DLocationFragment.java50 public class LocationFragment extends BaseFragment<LocationPresenter, LocationPresenter.LocationUi> class
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java183 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()
DLocationFragment.java41 public class LocationFragment extends SetupMultiPaneFragment { class
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java42 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()
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java42 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()
/packages/apps/TV/partner_support/samples/src/com/example/partnersupportsampletvinput/
DWelcomeFragment.java59 GuidedStepFragment.add(fm, new LocationFragment()); in onGuidedActionClicked()
DLocationFragment.java29 public class LocationFragment extends GuidedStepFragment { class
/packages/apps/Dialer/
DAndroid.mk26 $(BASE_DIR)/incallui/calllocation/impl/LocationFragment.java \