Searched refs:ACTION_CATEGORY (Results 1 – 8 of 8) sorted by relevance
35 public static final String ACTION_CATEGORY = field in ConnectionTypeFragment45 return ACTION_CATEGORY; in getActionCategory()79 return ACTION_CATEGORY; in getActionCategory()
38 public static final String ACTION_CATEGORY = field in WelcomeFragment48 return ACTION_CATEGORY; in getActionCategory()97 return ACTION_CATEGORY; in getActionCategory()
40 public static final String ACTION_CATEGORY = field in ScanResultFragment56 return ACTION_CATEGORY; in getActionCategory()119 return ACTION_CATEGORY; in getActionCategory()
77 case WelcomeFragment.ACTION_CATEGORY: in executeAction()93 case ConnectionTypeFragment.ACTION_CATEGORY: in executeAction()100 case ScanFragment.ACTION_CATEGORY: in executeAction()113 case ScanResultFragment.ACTION_CATEGORY: in executeAction()
69 public static final String ACTION_CATEGORY = "com.android.usbtuner.setup.ScanFragment"; field in ScanFragment291 onActionClick(ACTION_CATEGORY, mIsCanceled ? ACTION_CANCEL : ACTION_FINISH); in finishStanTask()
64 public static final String ACTION_CATEGORY = field in SetupSourcesFragment101 return ACTION_CATEGORY; in getActionCategory()349 return ACTION_CATEGORY; in getActionCategory()355 mParentFragment.onActionClick(ACTION_CATEGORY, (int) action.getId()); in onGuidedActionClicked()
153 case WelcomeFragment.ACTION_CATEGORY: in executeAction()162 case SetupSourcesFragment.ACTION_CATEGORY: in executeAction()
45 public static final String ACTION_CATEGORY = "comgoogle.android.tv.onboarding.WelcomeFragment"; field in WelcomeFragment733 SetupActionHelper.onActionClick(WelcomeFragment.this, ACTION_CATEGORY, ACTION_NEXT); in onFinishFragment()