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

  /packages/apps/TV/tests/unit/src/com/android/tv/tests/
TvActivityTest.java 22 import com.android.tv.TvActivity;
25 public class TvActivityTest extends ActivityInstrumentationTestCase2<TvActivity> {
28 super(TvActivity.class);
  /packages/apps/TV/src/com/android/tv/
TvActivity.java 24 public class TvActivity extends Activity {
TvApplication.java 314 * Checks the input counts and enable/disable TvActivity. Also updates the input list in
322 * Checks the input counts and enable/disable TvActivity. Also updates the input list in
328 * @param dontKillApp when TvActivity is enabled or disabled by this method, the app restarts
339 // Enable the TvActivity only if there is at least one tuner type input.
355 ComponentName name = new ComponentName(this, TvActivity.class);
  /packages/apps/TV/src/com/android/tv/receiver/
BootCompletedReceiver.java 28 import com.android.tv.TvActivity;
42 * <li>enable {@link TvActivity} if necessary</li>
66 ComponentName name = new ComponentName(context, TvActivity.class);

Completed in 68 milliseconds