Searched refs:switchController (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | BluetoothSwitchPreferenceController.java | 53 SwitchWidgetController switchController, in BluetoothSwitchPreferenceController() argument 55 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController() 60 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController() argument 62 mSwitch = switchController; in BluetoothSwitchPreferenceController() 70 switchController, in BluetoothSwitchPreferenceController()
|
H A D | BluetoothEnabler.java | 65 public BluetoothEnabler(Context context, SwitchWidgetController switchController, in BluetoothEnabler() argument 67 this(context, switchController, metricsFeatureProvider, metricsEvent, in BluetoothEnabler() 71 public BluetoothEnabler(Context context, SwitchWidgetController switchController, in BluetoothEnabler() argument 76 mSwitchController = switchController; in BluetoothEnabler()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | ModeSwitchesController.java | 93 switchController -> switchController.onConfigurationChanged(configDiff)); in onConfigurationChanged()
|