Searched refs:setButton1Visible (Results 1 – 9 of 9) sorted by relevance
110 mPref.setButton1Text(R.string.install_other_apps).setButton1Visible(false); in onBindViewHolder_setVisibleIsGoneAndSetTitle_shouldNotShowButton()129 mPref.setButton1Icon(com.android.internal.R.drawable.ic_plus).setButton1Visible(false); in onBindViewHolder_setVisibleIsGoneAndSetIcon_shouldNotShowButton()148 mPref.setButton1Text(R.string.install_other_apps).setButton1Visible(false); in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility()164 mPref.setButton1Visible(true); in onBindViewHolder_setVisibility_shouldUpdateButtonVisibility()367 when(pref.setButton1Visible(anyBoolean())).thenReturn(pref); in createMock()
71 .setButton1Visible(false) in displayPreference()
142 when(pref.setButton1Visible(anyBoolean())).thenReturn(pref); in createMock()
193 when(pref.setButton1Visible(anyBoolean())).thenReturn(pref); in createMock()
225 verify(mButtonPrefs).setButton1Visible(false); in updateOpenButton_noLaunchIntent_buttonShouldBeDisable()234 verify(mButtonPrefs).setButton1Visible(true); in updateOpenButton_haveLaunchIntent_buttonShouldBeEnable()
1197 verify(mMockButtonsPref).setButton1Visible(false); in canForgetNetwork_shouldInvisibleIfWithoutConfiguration()1209 verify(mMockButtonsPref, times(2)).setButton1Visible(true); in onUpdated_canForget_showForgetButton()1221 verify(mMockButtonsPref, times(2)).setButton1Visible(false); in onUpdated_canNotForget_hideForgetButton()1779 when(pref.setButton1Visible(anyBoolean())).thenReturn(pref); in createMock()
230 public ActionButtonsPreference setButton1Visible(boolean isVisible) { in setButton1Visible() method in ActionButtonsPreference
391 mButtonsPref.setButton1Visible(mAppLaunchIntent != null); in updateOpenButton()
826 mButtonsPref.setButton1Visible(canForgetNetwork); in refreshButtons()