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 54 public BluetoothEnabler(Context context, Switch switch_) {
56 mSwitch = switch_;
94 public void setSwitch(Switch switch_) {
95 if (mSwitch == switch_) return;
97 mSwitch = switch_;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 68 public WifiEnabler(Context context, Switch switch_) {
70 mSwitch = switch_;
90 public void setSwitch(Switch switch_) {
91 if (mSwitch == switch_) return;
93 mSwitch = switch_;
  /packages/apps/Settings/src/com/android/settings/
Settings.java 790 Switch switch_; field in class:Settings.HeaderAdapter.HeaderViewHolder
    [all...]

Completed in 349 milliseconds