HomeSort by relevance Sort by last modified time
    Searched refs:switch_ (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 52 public BluetoothEnabler(Context context, Switch switch_) {
54 mSwitch = switch_;
89 public void setSwitch(Switch switch_) {
90 if (mSwitch == switch_) return;
92 mSwitch = switch_;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 66 public WifiEnabler(Context context, Switch switch_) {
68 mSwitch = switch_;
88 public void setSwitch(Switch switch_) {
89 if (mSwitch == switch_) return;
91 mSwitch = switch_;
  /packages/apps/Settings/src/com/android/settings/
Settings.java 403 Switch switch_; field in class:Settings.HeaderAdapter.HeaderViewHolder
478 holder.switch_ = (Switch) view.findViewById(R.id.switchWidget);
507 mWifiEnabler.setSwitch(holder.switch_);
509 mBluetoothEnabler.setSwitch(holder.switch_);

Completed in 61 milliseconds