Home
last modified time | relevance | path

Searched refs:setButton1Text (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DActionButtonsPreferenceTest.java58 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 …]
/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java241 public ActionButtonsPreference setButton1Text(@StringRes int textResId) { in setButton1Text() method in ActionButtonsPreference