Home
last modified time | relevance | path

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

/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/profiles/
DProfileDetailsActionButtonsPreferenceController.java19 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
30 import com.android.car.settings.common.ActionButtonsPreference;
51 extends ProfileDetailsBasePreferenceController<ActionButtonsPreference> {
96 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
97 return ActionButtonsPreference.class; in getPreferenceType()
207 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/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/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/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsControllerTest.java36 import com.android.settingslib.widget.ActionButtonsPreference;
47 private ActionButtonsPreference mButtonsPref;
188 private ActionButtonsPreference createMock() { in createMock()
189 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()
/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/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/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/Settings/src/com/android/settings/bluetooth/
DBluetoothDetailsButtonsController.java27 import com.android.settingslib.widget.ActionButtonsPreference;
38 private ActionButtonsPreference mActionButtons;
54 mActionButtons = ((ActionButtonsPreference) screen.findPreference( in init()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceController.java23 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
50 import com.android.car.settings.common.ActionButtonsPreference;
85 PreferenceController<ActionButtonsPreference> implements ActivityResultCallback {
236 protected Class<ActionButtonsPreference> getPreferenceType() { in getPreferenceType()
237 return ActionButtonsPreference.class; in getPreferenceType()
304 protected void updateState(ActionButtonsPreference preference) { in updateState()
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenRuleButtonsPreferenceController.java36 import com.android.settingslib.widget.ActionButtonsPreference;
45 private ActionButtonsPreference mButtonsPref;
63 mButtonsPref = ((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/applications/appinfo/
DAppButtonsPreferenceControllerTest.java63 import com.android.settingslib.widget.ActionButtonsPreference;
126 private ActionButtonsPreference mButtonPrefs;
577 private ActionButtonsPreference createMock() { in createMock()
578 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;
44 import com.android.car.settings.common.ActionButtonsPreference;
68 private ActionButtonsPreference mPreference;
90 mPreference = new ActionButtonsPreference(mContext); in setUp()
/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/Car/Settings/tests/unit/src/com/android/car/settings/applications/
DApplicationActionButtonsPreferenceControllerTest.java22 import static com.android.car.settings.common.ActionButtonsPreference.ActionButtons;
63 import com.android.car.settings.common.ActionButtonsPreference;
91 private ActionButtonsPreference mActionButtonsPreference;
121 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;
56 private ActionButtonsPreference mPref;
64 mPref = new ActionButtonsPreference(mContext); in setUp()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStorageSettings.java61 import com.android.settingslib.widget.ActionButtonsPreference;
111 ActionButtonsPreference mButtonsPref;
172 mButtonsPref = ((ActionButtonsPreference) findPreference(KEY_HEADER_BUTTONS)); in setupViews()
/packages/apps/Settings/src/com/android/settings/tts/
DTextToSpeechSettings.java54 import com.android.settingslib.widget.ActionButtonsPreference;
119 private ActionButtonsPreference mActionButtons;
180 mActionButtons = ((ActionButtonsPreference) findPreference(KEY_ACTION_BUTTONS)) in onCreate()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java70 import com.android.settingslib.widget.ActionButtonsPreference;
107 ActionButtonsPreference mButtonsPref;
692 mButtonsPref = ((ActionButtonsPreference) mScreen.findPreference( in initButtonPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2Test.java82 import com.android.settingslib.widget.ActionButtonsPreference;
168 private ActionButtonsPreference mMockButtonsPref;
1773 private ActionButtonsPreference createMock() { in createMock()
1774 final ActionButtonsPreference pref = mock(ActionButtonsPreference.class); in createMock()
/packages/apps/Settings/src/com/android/settings/wifi/details2/
DWifiDetailPreferenceController2.java87 import com.android.settingslib.widget.ActionButtonsPreference;
175 private ActionButtonsPreference mButtonsPref;
358 mButtonsPref = ((ActionButtonsPreference) screen.findPreference(KEY_BUTTONS_PREF)) in displayPreference()