Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/SampleNetworkTuner/src/com/android/tv/tuner/sample/network/setup/
DSampleNetworkTunerSetupActivity.java121 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
153 case LocationFragment.ACTION_CATEGORY: in executeAction()
173 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
190 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
194 case ScanFragment.ACTION_CATEGORY: in executeAction()
217 case LineupFragment.ACTION_CATEGORY: in executeAction()
246 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/tuner/SampleDvbTuner/src/com/android/tv/tuner/sample/dvb/setup/
DSampleDvbTunerSetupActivity.java120 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
152 case LocationFragment.ACTION_CATEGORY: in executeAction()
172 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
189 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
193 case ScanFragment.ACTION_CATEGORY: in executeAction()
216 case LineupFragment.ACTION_CATEGORY: in executeAction()
245 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/tuner/src/com/android/tv/tuner/setup/
DLocationFragment.java45 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.LocationFragment"; field in LocationFragment
60 return ACTION_CATEGORY; in getActionCategory()
146 return ACTION_CATEGORY; in getActionCategory()
231 this, ACTION_CATEGORY, ACTION_ALLOW_PERMISSION, params); in passPostalCode()
DBaseTunerSetupActivity.java153 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
183 case LocationFragment.ACTION_CATEGORY: in executeAction()
200 case PostalCodeFragment.ACTION_CATEGORY: in executeAction()
210 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()
228 case ScanFragment.ACTION_CATEGORY: in executeAction()
240 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
DConnectionTypeFragment.java32 public static final String ACTION_CATEGORY = field in ConnectionTypeFragment
60 return ACTION_CATEGORY; in getActionCategory()
98 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()
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()
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.java72 public static final String ACTION_CATEGORY = "com.android.tv.tuner.setup.ScanFragment"; field in ScanFragment
487 onActionClick(ACTION_CATEGORY, ACTION_CANCEL); in onChannelHandlingDone()
491 onActionClick(ACTION_CATEGORY, ACTION_FINISH, params); in onChannelHandlingDone()
/packages/apps/TV/src/com/android/tv/onboarding/
DSetupSourcesFragment.java49 public static final String ACTION_CATEGORY = "com.android.tv.onboarding.SetupSourcesFragment"; field in SetupSourcesFragment
97 return ACTION_CATEGORY; in getActionCategory()
350 return ACTION_CATEGORY; in getActionCategory()
356 mParentFragment.onActionClick(ACTION_CATEGORY, (int) action.getId()); in onGuidedActionClicked()
364 mParentFragment.onActionClick(ACTION_CATEGORY, ACTION_SETUP_INPUT, params); in onGuidedActionClicked()
DOnboardingActivity.java159 case WelcomeFragment.ACTION_CATEGORY: in executeAction()
168 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.java73 case SetupSourcesFragment.ACTION_CATEGORY: in executeAction()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java320 case SetupSourcesFragment.ACTION_CATEGORY: in TvOverlayManager()