Searched refs:ARG_COMPONENT (Results 1 – 1 of 1) sorted by relevance
38 private static final String ARG_COMPONENT = "component"; field in AccessibilityServiceConfirmationFragment79 args.putParcelable(ARG_COMPONENT, cn); in prepareArgs()122 final ComponentName component = getArguments().getParcelable(ARG_COMPONENT); in onGuidedActionClicked()