Searched refs:ACTION_CATEGORY (Results 1 - 8 of 8) sorted by relevance

/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
H A DConnectionTypeFragment.java35 public static final String ACTION_CATEGORY = field in class:ConnectionTypeFragment
45 return ACTION_CATEGORY;
79 return ACTION_CATEGORY;
H A DScanResultFragment.java40 public static final String ACTION_CATEGORY = field in class:ScanResultFragment
56 return ACTION_CATEGORY;
119 return ACTION_CATEGORY;
H A DWelcomeFragment.java38 public static final String ACTION_CATEGORY = field in class:WelcomeFragment
48 return ACTION_CATEGORY;
97 return ACTION_CATEGORY;
H A DTunerSetupActivity.java77 case WelcomeFragment.ACTION_CATEGORY:
93 case ConnectionTypeFragment.ACTION_CATEGORY:
100 case ScanFragment.ACTION_CATEGORY:
113 case ScanResultFragment.ACTION_CATEGORY:
H A DScanFragment.java69 public static final String ACTION_CATEGORY = "com.android.usbtuner.setup.ScanFragment"; field in class:ScanFragment
291 onActionClick(ACTION_CATEGORY, mIsCanceled ? ACTION_CANCEL : ACTION_FINISH);
/packages/apps/TV/src/com/android/tv/onboarding/
H A DOnboardingActivity.java153 case WelcomeFragment.ACTION_CATEGORY:
162 case SetupSourcesFragment.ACTION_CATEGORY:
H A DSetupSourcesFragment.java64 public static final String ACTION_CATEGORY = field in class:SetupSourcesFragment
101 return ACTION_CATEGORY;
349 return ACTION_CATEGORY;
355 mParentFragment.onActionClick(ACTION_CATEGORY, (int) action.getId());
H A DWelcomeFragment.java45 public static final String ACTION_CATEGORY = "comgoogle.android.tv.onboarding.WelcomeFragment"; field in class:WelcomeFragment
733 SetupActionHelper.onActionClick(WelcomeFragment.this, ACTION_CATEGORY, ACTION_NEXT);

Completed in 209 milliseconds