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

  /packages/apps/TV/src/com/android/tv/tuner/setup/
ConnectionTypeFragment.java 41 ((TunerSetupActivity) getActivity()).generateTunerHal();
47 ((TunerSetupActivity) getActivity()).generateTunerHal();
53 ((TunerSetupActivity) getActivity()).clearTunerHal();
ScanResultFragment.java 82 (args == null ? 0 : args.getInt(TunerSetupActivity.KEY_TUNER_TYPE, 0));
TunerSetupActivity.java 67 public class TunerSetupActivity extends SetupActivity {
68 private static final String TAG = "TunerSetupActivity";
74 public static final String KEY_TUNER_TYPE = "TunerSetupActivity.tunerType";
110 return TunerHal.getTunerTypeAndCount(TunerSetupActivity.this).first;
115 if (!TunerSetupActivity.this.isDestroyed()) {
324 new Intent(context, TunerSetupActivity.class), inputId);
WelcomeFragment.java 70 int tunerType = getArguments().getInt(TunerSetupActivity.KEY_TUNER_TYPE,
ScanFragment.java 122 int tunerType = (args == null ? 0 : args.getInt(TunerSetupActivity.KEY_TUNER_TYPE, 0));
267 TunerHal hal = ((TunerSetupActivity) mActivity).getTunerHal();
462 TunerSetupActivity.cancelNotification(mActivity.getApplicationContext());
  /packages/apps/TV/src/com/android/tv/tuner/
TunerInputController.java 46 import com.android.tv.tuner.setup.TunerSetupActivity;
207 TunerSetupActivity.onTvInputEnabled(context, enabled, tunerType);
  /packages/apps/TV/src/com/android/tv/
MainActivity.java 107 import com.android.tv.tuner.setup.TunerSetupActivity;
405 Intent intent = TunerSetupActivity.createSetupActivity(MainActivity.this);
    [all...]

Completed in 178 milliseconds