Searched defs:tunerType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/tuner/
H A DTunerInputController.java188 boolean forceDontKillApp, Integer tunerType) {
207 TunerSetupActivity.onTvInputEnabled(context, enabled, tunerType);
210 if (!enabled && tunerType != null) {
211 if (tunerType == TunerHal.TUNER_TYPE_USB) {
214 } else if (tunerType == TunerHal.TUNER_TYPE_NETWORK) {
187 enableTunerTvInputService(Context context, boolean enabled, boolean forceDontKillApp, Integer tunerType) argument
/packages/apps/TV/src/com/android/tv/tuner/setup/
H A DTunerSetupActivity.java74 public static final String KEY_TUNER_TYPE = "TunerSetupActivity.tunerType";
299 public static void onTvInputEnabled(Context context, boolean enabled, Integer tunerType) { argument
306 sendNotification(context, tunerType);
363 private static void sendNotification(Context context, Integer tunerType) { argument
364 SoftPreconditions.checkState(tunerType != null, TAG,
365 "tunerType is null when send notification");
366 if (tunerType == null) {
372 switch (tunerType) {

Completed in 74 milliseconds