Searched refs:secondBody (Results 1 – 1 of 1) sorted by relevance
167 final TextView secondBody = ((TextView) findViewById(R.id.storage_wizard_second_body)); in setSecondaryBodyText() local168 secondBody.setText(TextUtils.expandTemplate(getText(resId), args)); in setSecondaryBodyText()169 secondBody.setVisibility(View.VISIBLE); in setSecondaryBodyText()