Searched refs:tunerType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
D | BaseTunerSetupActivity.java | 341 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()
|
D | WelcomeFragment.java | 68 int tunerType = in onCreateGuidance() local 74 switch (tunerType) { in onCreateGuidance() 89 switch (tunerType) { in onCreateGuidance()
|
D | ScanResultFragment.java | 82 int tunerType = in onCreateGuidance() local 85 switch (tunerType) { in onCreateGuidance()
|
D | ScanFragment.java | 124 int tunerType = (args == null ? 0 : args.getInt(BaseTunerSetupActivity.KEY_TUNER_TYPE, 0)); in onCreateView() local 128 switch (tunerType) { in onCreateView()
|