Searched refs:mSwitchWidget (Results 1 - 2 of 2) sorted by path

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java45 private final SwitchWidgetController mSwitchWidget; field in class:BluetoothEnabler
79 mSwitchWidget = switchWidget;
80 mSwitch = mSwitchWidget.getSwitch();
81 mSwitchWidget.setListener(this);
88 mSwitchWidget.setEnabled(false);
97 mSwitchWidget.setupView();
101 mSwitchWidget.teardownView();
112 mSwitchWidget.setEnabled(false);
121 mSwitchWidget.startListening();
131 mSwitchWidget
[all...]
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java46 private final SwitchWidgetController mSwitchWidget; field in class:WifiEnabler
92 mSwitchWidget = switchWidget;
93 mSwitchWidget.setListener(this);
110 mSwitchWidget.startListening();
113 mSwitchWidget.setupView();
118 mSwitchWidget.stopListening();
121 mSwitchWidget.teardownView();
129 mSwitchWidget.startListening();
137 mSwitchWidget.stopListening();
144 mSwitchWidget
[all...]

Completed in 79 milliseconds