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

  /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/tuner/setup/
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);

Completed in 117 milliseconds