Home
last modified time | relevance | path

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

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