HomeSort by relevance Sort by last modified time
    Searched refs:SetupSourcesFragment (Results 1 - 3 of 3) sorted by null

  /packages/apps/TV/src/com/android/tv/onboarding/
OnboardingActivity.java 109 : new SetupSourcesFragment();
158 showFragment(new SetupSourcesFragment(), false);
162 case SetupSourcesFragment.ACTION_CATEGORY:
164 case SetupSourcesFragment.ACTION_PLAY_STORE:
SetupSourcesFragment.java 61 public class SetupSourcesFragment extends SetupMultiPaneFragment {
62 private static final String TAG = "SetupSourcesFragment";
65 "com.android.tv.onboarding.SetupSourcesFragment";
144 private SetupSourcesFragment mParentFragment;
178 void setParentFragment(SetupSourcesFragment parentFragment) {
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java 68 import com.android.tv.onboarding.SetupSourcesFragment;
69 import com.android.tv.onboarding.SetupSourcesFragment.InputSetupRunnable;
155 private final SetupSourcesFragment mSetupFragment;
243 mSetupFragment = new SetupSourcesFragment();
251 case SetupSourcesFragment.ACTION_PLAY_STORE:
    [all...]

Completed in 84 milliseconds