Home
last modified time | relevance | path

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

12

/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothDeviceActionButtonsPreferenceController.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
26 import com.android.car.settings.common.ActionButtonsPreference;
33 BluetoothDevicePreferenceController<ActionButtonsPreference> {
42 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
43 return ActionButtonsPreference.class; in getPreferenceType()
54 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiDetailsActionButtonsPreferenceController.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
28 import com.android.car.settings.common.ActionButtonsPreference;
37 extends WifiDetailsBasePreferenceController<ActionButtonsPreference>
47 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
48 return ActionButtonsPreference.class; in getPreferenceType()
52 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DActionButtonsPreference.java43 public class ActionButtonsPreference extends CarUiPreference implements class
64 public ActionButtonsPreference(Context context, AttributeSet attrs, in ActionButtonsPreference() method in ActionButtonsPreference
70 public ActionButtonsPreference(Context context, AttributeSet attrs, int defStyleAttr) { in ActionButtonsPreference() method in ActionButtonsPreference
75 public ActionButtonsPreference(Context context, AttributeSet attrs) { in ActionButtonsPreference() method in ActionButtonsPreference
80 public ActionButtonsPreference(Context context) { in ActionButtonsPreference() method in ActionButtonsPreference
/packages/apps/Car/Settings/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceController.java21 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
34 import com.android.car.settings.common.ActionButtonsPreference;
55 extends ProfileDetailsBasePreferenceController<ActionButtonsPreference> {
100 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
101 return ActionButtonsPreference.class; in getPreferenceType()
226 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DAppStorageSettingsTest.java39 import com.android.settingslib.widget.ActionButtonsPreference;
54 private ActionButtonsPreference mButtonsPref;
137 private ActionButtonsPreference createMock() { in createMock()
138 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()
/packages/apps/Car/Settings/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceController.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
38 import com.android.car.settings.common.ActionButtonsPreference;
52 PreferenceController<ActionButtonsPreference> implements
115 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
116 return ActionButtonsPreference.class; in getPreferenceType()
204 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Settings/src/com/android/settings/notification/modes/
DZenModeActionsPreferenceController.java30 import com.android.settingslib.widget.ActionButtonsPreference;
41 ActionButtonsPreference buttonsPreference = (ActionButtonsPreference) preference; in updateState()
/packages/apps/Settings/src/com/android/settings/development/
DAdbDeviceDetailsActionController.java29 import com.android.settingslib.widget.ActionButtonsPreference;
44 private ActionButtonsPreference mButtonsPref;
70 mButtonsPref = ((ActionButtonsPreference) screen.findPreference(getPreferenceKey())) in displayPreference()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/wifi/details/
DWifiDetailsActionButtonsPreferenceControllerTest.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
35 import com.android.car.settings.common.ActionButtonsPreference;
53 private ActionButtonsPreference mActionButtonsPreference;
80 mActionButtonsPreference = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsControllerTest.java36 import com.android.settingslib.widget.ActionButtonsPreference;
49 private ActionButtonsPreference mButtonsPref;
191 private ActionButtonsPreference createMock() { in createMock()
192 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java28 import com.android.settingslib.widget.ActionButtonsPreference;
39 private ActionButtonsPreference mActionButtons;
55 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/bluetooth/
DBluetoothDeviceActionButtonsPreferenceControllerTest.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
36 import com.android.car.settings.common.ActionButtonsPreference;
55 private ActionButtonsPreference mActionButtonsPreference;
79 mActionButtonsPreference = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceController.java24 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
53 import com.android.car.settings.common.ActionButtonsPreference;
90 PreferenceController<ActionButtonsPreference> implements ActivityResultCallback {
256 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
257 return ActionButtonsPreference.class; in getPreferenceType()
324 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenRuleButtonsPreferenceController.java36 import com.android.settingslib.widget.ActionButtonsPreference;
65 ((ActionButtonsPreference) screen.findPreference(KEY)) in displayPreference()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/storage/
DStorageApplicationActionButtonsPreferenceControllerTest.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
50 import com.android.car.settings.common.ActionButtonsPreference;
77 private ActionButtonsPreference mActionButtonsPreference;
116 mActionButtonsPreference = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamButtonControllerTest.java35 import com.android.settingslib.widget.ActionButtonsPreference;
66 @Mock private ActionButtonsPreference mPreference;
/packages/apps/Settings/src/com/android/settings/security/
DCredentialManagementAppButtonsController.java40 import com.android.settingslib.widget.ActionButtonsPreference;
95 ((ActionButtonsPreference) screen.findPreference(getPreferenceKey())) in displayButtons()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceControllerTest.java67 import com.android.settingslib.widget.ActionButtonsPreference;
128 private ActionButtonsPreference mButtonPrefs;
607 private ActionButtonsPreference createMock() { in createMock()
608 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/profiles/
DProfileDetailsActionButtonsPreferenceControllerTest.java22 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
47 import com.android.car.settings.common.ActionButtonsPreference;
71 private ActionButtonsPreference mPreference;
93 mPreference = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Settings/src/com/android/settings/connecteddevice/audiosharing/audiostreams/
DAudioStreamButtonController.java41 import com.android.settingslib.widget.ActionButtonsPreference;
106 private @Nullable ActionButtonsPreference mPreference;
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceControllerTest.java25 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
68 import com.android.car.settings.common.ActionButtonsPreference;
97 private ActionButtonsPreference mActionButtonsPreference;
127 mActionButtonsPreference = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/
DActionButtonsPreferenceTest.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
58 private ActionButtonsPreference mPref;
66 mPref = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetails.java53 import com.android.settingslib.widget.ActionButtonsPreference;
212 ((ActionButtonsPreference) findPreference(KEY_HEADER_BUTTONS)) in initPreferences()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java63 import com.android.settingslib.widget.ActionButtonsPreference;
113 ActionButtonsPreference mButtonsPref;
174 mButtonsPref = ((ActionButtonsPreference) findPreference(KEY_HEADER_BUTTONS)); in setupViews()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java71 import com.android.settingslib.widget.ActionButtonsPreference;
106 ActionButtonsPreference mButtonsPref;
681 mButtonsPref = ((ActionButtonsPreference) mScreen.findPreference(KEY_ACTION_BUTTONS)) in initButtonPreference()

12