Home
last modified time | relevance | path

Searched refs:tunerType (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DBaseTunerSetupActivity.java341 Context context, boolean enabled, Integer tunerType, Intent tunerSetupIntent) { in onTvInputEnabled() argument
348 sendNotification(context, tunerType, tunerSetupIntent); in onTvInputEnabled()
356 Context context, Integer tunerType, Intent tunerSetupIntent) { in sendNotification() argument
358 tunerType != null, TAG, "tunerType is null when send notification"); in sendNotification()
359 if (tunerType == null) { in sendNotification()
365 switch (tunerType) { in sendNotification()
DWelcomeFragment.java68 int tunerType = in onCreateGuidance() local
74 switch (tunerType) { in onCreateGuidance()
89 switch (tunerType) { in onCreateGuidance()
DScanResultFragment.java82 int tunerType = in onCreateGuidance() local
85 switch (tunerType) { in onCreateGuidance()
DScanFragment.java124 int tunerType = (args == null ? 0 : args.getInt(BaseTunerSetupActivity.KEY_TUNER_TYPE, 0)); in onCreateView() local
128 switch (tunerType) { in onCreateView()