Home
last modified time | relevance | path

Searched refs:ACTION_CATEGORY (Results 1 – 15 of 15) sorted by relevance

/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java125 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
157 case LocationFragment.ACTION_CATEGORY: in executeAction()
177 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
194 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
198 case ScanFragment.ACTION_CATEGORY: in executeAction()
222 case LineupFragment.ACTION_CATEGORY: in executeAction()
251 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java126 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
158 case LocationFragment.ACTION_CATEGORY: in executeAction()
178 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
195 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
199 case ScanFragment.ACTION_CATEGORY: in executeAction()
222 case LineupFragment.ACTION_CATEGORY: in executeAction()
251 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DLocationFragment.java43 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.LocationFragment"; field in LocationFragment
58 return ACTION_CATEGORY; in getActionCategory()
142 return ACTION_CATEGORY; in getActionCategory()
227 this, ACTION_CATEGORY, ACTION_ALLOW_PERMISSION, params); in passPostalCode()
DBaseTunerSetupActivity.java160 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
190 case LocationFragment.ACTION_CATEGORY: in executeAction()
207 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
217 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
236 case ScanFragment.ACTION_CATEGORY: in executeAction()
248 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
DConnectionTypeFragment.java30 public static final String ACTION_CATEGORY = field in ConnectionTypeFragment
58 return ACTION_CATEGORY; in getActionCategory()
95 return ACTION_CATEGORY; in getActionCategory()
DWelcomeFragment.java33 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.WelcomeFragment"; field in WelcomeFragment
44 return ACTION_CATEGORY; in getActionCategory()
125 return ACTION_CATEGORY; in getActionCategory()
DScanResultFragment.java34 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.ScanResultFragment"; field in ScanResultFragment
46 return ACTION_CATEGORY; in getActionCategory()
131 return ACTION_CATEGORY; in getActionCategory()
DPostalCodeFragment.java37 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.PostalCodeFragment"; field in PostalCodeFragment
58 return ACTION_CATEGORY; in getActionCategory()
175 return ACTION_CATEGORY; in getActionCategory()
DLineupFragment.java38 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.LineupFragment"; field in LineupFragment
74 return ACTION_CATEGORY; in getActionCategory()
190 return ACTION_CATEGORY; in getActionCategory()
DScanFragment.java70 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.ScanFragment"; field in ScanFragment
555 onActionClick(ACTION_CATEGORY, ACTION_CANCEL); in onChannelHandlingDone()
559 onActionClick(ACTION_CATEGORY, ACTION_FINISH, params); in onChannelHandlingDone()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java63 public static final String ACTION_CATEGORY = "com.android.tv.onboarding.SetupSourcesFragment"; field in SetupSourcesFragment
111 return ACTION_CATEGORY; in getActionCategory()
368 return ACTION_CATEGORY; in getActionCategory()
374 mParentFragment.onActionClick(ACTION_CATEGORY, (int) action.getId()); in onGuidedActionClicked()
382 mParentFragment.onActionClick(ACTION_CATEGORY, ACTION_SETUP_INPUT, params); in onGuidedActionClicked()
DOnboardingActivity.java176 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
185 case SetupSourcesFragment.ACTION_CATEGORY: in executeAction()
DWelcomeFragment.java49 public static final String ACTION_CATEGORY = "com.android.tv.onboarding.WelcomeFragment"; field in WelcomeFragment
835 SetupActionHelper.onActionClick(WelcomeFragment.this, ACTION_CATEGORY, ACTION_NEXT); in onFinishFragment()
/packages/apps/TV/src/com/android/tv/setup/
DSystemSetupActivity.java89 case SetupSourcesFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java334 case SetupSourcesFragment.ACTION_CATEGORY: in TvOverlayManager()