Searched refs:setButton1Text (Results 1 – 2 of 2) sorted by relevance
58 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setTitle_shouldShowButtonByDefault()198 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setText_shouldShowSameText()217 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setButtonIcon_iconMustDisplayAboveText()230 mPref.setButton1Text(R.string.install_other_apps); in setButtonIcon_iconResourceIdIsZero_shouldNotDisplayIcon()243 mPref.setButton1Text(R.string.install_other_apps); in setButtonIcon_iconResourceIdNotExisting_shouldNotDisplayIconAndCrash()256 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setAllButton_shouldShowAllDivider()273 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setAllButtonWithoutButton2_shouldHideDivider1()289 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setAllButtonWithoutButton3_shouldHideDivider2()305 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setButton1And4_shouldShowDivider3Only()334 mPref.setButton1Text(R.string.install_other_apps); in onBindViewHolder_setButton1And2_shouldShowDivider1Only()[all …]
241 public ActionButtonsPreference setButton1Text(@StringRes int textResId) { in setButton1Text() method in ActionButtonsPreference