Searched refs:ARG_DESCRIPTION (Results 1 – 1 of 1) sorted by relevance
200 private static final String ARG_DESCRIPTION = "description"; field in UnmountActivity.UnmountProgressFragment204 b.putCharSequence(ARG_DESCRIPTION, description); in newInstance()213 final CharSequence description = getArguments().getCharSequence(ARG_DESCRIPTION); in onViewCreated()