Searched refs:tunerType (Results 1 – 4 of 4) sorted by relevance
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/ |
D | BaseTunerSetupActivity.java | 349 Context context, boolean enabled, Integer tunerType, Intent tunerSetupIntent) { in onTvInputEnabled() argument 356 sendNotification(context, tunerType, tunerSetupIntent); in onTvInputEnabled() 364 Context context, Integer tunerType, Intent tunerSetupIntent) { in sendNotification() argument 366 tunerType != null, TAG, "tunerType is null when send notification"); in sendNotification() 367 if (tunerType == null) { in sendNotification() 373 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 | 126 int tunerType = (args == null ? 0 : args.getInt(BaseTunerSetupActivity.KEY_TUNER_TYPE, 0)); in onCreateView() local 128 switch (tunerType) { in onCreateView()
|