Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SettingsLib/ActionButtonsPreference/src/com/android/settingslib/widget/
H A DActionButtonsPreference.java55 public class ActionButtonsPreference extends Preference { class
78 public ActionButtonsPreference(Context context, AttributeSet attrs, in ActionButtonsPreference() method in ActionButtonsPreference
89 public ActionButtonsPreference(Context context, AttributeSet attrs) { in ActionButtonsPreference() method in ActionButtonsPreference
94 public ActionButtonsPreference(Context context) { in ActionButtonsPreference() method in ActionButtonsPreference
230 public ActionButtonsPreference setButton1Visible(boolean isVisible) { in setButton1Visible()
272 public ActionButtonsPreference setButton1Enabled(boolean isEnabled) { in setButton1Enabled()
283 public ActionButtonsPreference setButton1OnClickListener( in setButton1OnClickListener()
295 public ActionButtonsPreference setButton2Visible(boolean isVisible) { in setButton2Visible()
348 public ActionButtonsPreference setButton2OnClickListener( in setButton2OnClickListener()
413 public ActionButtonsPreference setButton3OnClickListener( in setButton3OnClickListener()
[all …]
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DActionButtonsPreferenceTest.java45 private ActionButtonsPreference mPref;
53 mPref = new ActionButtonsPreference(mContext); in setUp()
362 public static ActionButtonsPreference createMock() { in createMock()
363 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()