Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothSwitchPreferenceController.java60 SwitchWidgetController switchController, in BluetoothSwitchPreferenceController() argument
62 this(context, new RestrictionUtils(), switchController, footerPreference); in BluetoothSwitchPreferenceController()
69 SwitchWidgetController switchController, in BluetoothSwitchPreferenceController() argument
72 mSwitch = switchController; in BluetoothSwitchPreferenceController()
82 switchController, in BluetoothSwitchPreferenceController()
DBluetoothEnabler.java81 public BluetoothEnabler(Context context, SwitchWidgetController switchController, in BluetoothEnabler() argument
86 mSwitchController = switchController; in BluetoothEnabler()