Home
last modified time | relevance | path

Searched refs:switchController (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothSwitchPreferenceController.java53 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 DBluetoothEnabler.java65 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 DModeSwitchesController.java93 switchController -> switchController.onConfigurationChanged(configDiff)); in onConfigurationChanged()