Home
last modified time | relevance | path

Searched refs:SwitchWidgetController (Results 1 – 17 of 17) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothEnabler.java31 import com.android.settings.widget.SwitchWidgetController;
41 public final class BluetoothEnabler implements SwitchWidgetController.OnSwitchChangeListener {
42 private final SwitchWidgetController mSwitchController;
49 private SwitchWidgetController.OnSwitchChangeListener mCallback;
65 public BluetoothEnabler(Context context, SwitchWidgetController switchController, in BluetoothEnabler()
71 public BluetoothEnabler(Context context, SwitchWidgetController switchController, in BluetoothEnabler()
210 public void setToggleCallback(SwitchWidgetController.OnSwitchChangeListener listener) { in setToggleCallback()
DBluetoothSwitchPreferenceController.java29 import com.android.settings.widget.SwitchWidgetController;
41 SwitchWidgetController.OnSwitchChangeListener, View.OnClickListener {
45 private SwitchWidgetController mSwitch;
53 SwitchWidgetController switchController, in BluetoothSwitchPreferenceController()
60 SwitchWidgetController switchController, FooterPreference footerPreference) { in BluetoothSwitchPreferenceController()
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiEnabler.java35 import com.android.settings.widget.SwitchWidgetController;
41 public class WifiEnabler implements SwitchWidgetController.OnSwitchChangeListener {
43 private final SwitchWidgetController mSwitchWidget;
75 public WifiEnabler(Context context, SwitchWidgetController switchWidget, in WifiEnabler()
82 WifiEnabler(Context context, SwitchWidgetController switchWidget, in WifiEnabler()
/packages/apps/Settings/src/com/android/settings/users/
DMultiUserSwitchBarController.java27 import com.android.settings.widget.SwitchWidgetController;
33 public class MultiUserSwitchBarController implements SwitchWidgetController.OnSwitchChangeListener,
41 final SwitchWidgetController mSwitchBar;
48 MultiUserSwitchBarController(Context context, SwitchWidgetController switchBar, in MultiUserSwitchBarController()
/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverGlobalSwitchBarController.java32 import com.android.settings.widget.SwitchWidgetController;
42 implements SwitchWidgetController.OnSwitchChangeListener,
49 SwitchWidgetController mSwitchWidgetController;
54 Context context, SwitchWidgetController switchWidgetController) { in GraphicsDriverGlobalSwitchBarController()
/packages/apps/Settings/src/com/android/settings/development/
DWirelessDebuggingEnabler.java30 import com.android.settings.widget.SwitchWidgetController;
39 public class WirelessDebuggingEnabler implements SwitchWidgetController.OnSwitchChangeListener,
43 private final SwitchWidgetController mSwitchWidget;
51 public WirelessDebuggingEnabler(Context context, SwitchWidgetController switchWidget, in WirelessDebuggingEnabler()
/packages/apps/Settings/src/com/android/settings/network/
DTetherEnabler.java50 import com.android.settings.widget.SwitchWidgetController;
66 public class TetherEnabler implements SwitchWidgetController.OnSwitchChangeListener,
106 private final SwitchWidgetController mSwitchWidgetController;
125 public TetherEnabler(Context context, SwitchWidgetController switchWidgetController, in TetherEnabler()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DWifiEnablerTest.java29 import com.android.settings.widget.SwitchWidgetController;
57 mEnabler = new WifiEnabler(mContext, mock(SwitchWidgetController.class), in setUp()
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothEnablerTest.java43 import com.android.settings.widget.SwitchWidgetController;
79 private SwitchWidgetController.OnSwitchChangeListener mCallback;
82 private SwitchWidgetController mSwitchController;
DBluetoothSwitchPreferenceControllerTest.java31 import com.android.settings.widget.SwitchWidgetController;
50 private SwitchWidgetController mSwitchController;
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
DAutomaticStorageManagementSwitchPreferenceController.java35 import com.android.settings.widget.SwitchWidgetController;
43 SwitchWidgetController.OnSwitchChangeListener {
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverGlobalSwitchBarControllerTest.java32 import com.android.settings.widget.SwitchWidgetController;
48 private SwitchWidgetController mSwitchWidgetController;
/packages/apps/Settings/src/com/android/settings/widget/
DSwitchWidgetController.java25 public abstract class SwitchWidgetController { class
DSwitchBarController.java26 public class SwitchBarController extends SwitchWidgetController implements
DMainSwitchBarController.java27 public class MainSwitchBarController extends SwitchWidgetController implements
DGenericSwitchController.java31 public class GenericSwitchController extends SwitchWidgetController implements
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DTetherEnablerTest.java56 import com.android.settings.widget.SwitchWidgetController;
87 private SwitchWidgetController mSwitchWidgetController;