Searched refs:mButtonText (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DErrorFragment.java45 private String mButtonText; field in class:ErrorFragment
132 mButtonText = text;
140 return mButtonText;
220 mButton.setText(mButtonText);
222 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);
H A DErrorSupportFragment.java47 private String mButtonText; field in class:ErrorSupportFragment
134 mButtonText = text;
142 return mButtonText;
222 mButton.setText(mButtonText);
224 mButton.setVisibility(TextUtils.isEmpty(mButtonText) ? View.GONE : View.VISIBLE);

Completed in 51 milliseconds