Searched refs:switch_ (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothEnabler.java54 public BluetoothEnabler(Context context, Switch switch_) { argument
56 mSwitch = switch_;
94 public void setSwitch(Switch switch_) { argument
95 if (mSwitch == switch_) return;
97 mSwitch = switch_;
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiEnabler.java68 public WifiEnabler(Context context, Switch switch_) { argument
70 mSwitch = switch_;
90 public void setSwitch(Switch switch_) { argument
91 if (mSwitch == switch_) return;
93 mSwitch = switch_;
/packages/apps/Settings/src/com/android/settings/
H A DSettings.java790 Switch switch_; field in class:Settings.HeaderAdapter.HeaderViewHolder
873 holder.switch_ = (Switch) view.findViewById(R.id.switchWidget);
914 mWifiEnabler.setSwitch(holder.switch_);
916 mBluetoothEnabler.setSwitch(holder.switch_);

Completed in 99 milliseconds