Searched refs:SwitchWidgetController (Results 1 – 17 of 17) sorted by relevance
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothEnabler.java | 31 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()
|
D | BluetoothSwitchPreferenceController.java | 29 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/ |
D | WifiEnabler.java | 35 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/ |
D | MultiUserSwitchBarController.java | 27 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/ |
D | GraphicsDriverGlobalSwitchBarController.java | 32 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/ |
D | WirelessDebuggingEnabler.java | 30 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/ |
D | TetherEnabler.java | 50 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/ |
D | WifiEnablerTest.java | 29 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/ |
D | BluetoothEnablerTest.java | 43 import com.android.settings.widget.SwitchWidgetController; 79 private SwitchWidgetController.OnSwitchChangeListener mCallback; 82 private SwitchWidgetController mSwitchController;
|
D | BluetoothSwitchPreferenceControllerTest.java | 31 import com.android.settings.widget.SwitchWidgetController; 50 private SwitchWidgetController mSwitchController;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/ |
D | AutomaticStorageManagementSwitchPreferenceController.java | 35 import com.android.settings.widget.SwitchWidgetController; 43 SwitchWidgetController.OnSwitchChangeListener {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/ |
D | GraphicsDriverGlobalSwitchBarControllerTest.java | 32 import com.android.settings.widget.SwitchWidgetController; 48 private SwitchWidgetController mSwitchWidgetController;
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | SwitchWidgetController.java | 25 public abstract class SwitchWidgetController { class
|
D | SwitchBarController.java | 26 public class SwitchBarController extends SwitchWidgetController implements
|
D | MainSwitchBarController.java | 27 public class MainSwitchBarController extends SwitchWidgetController implements
|
D | GenericSwitchController.java | 31 public class GenericSwitchController extends SwitchWidgetController implements
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/ |
D | TetherEnablerTest.java | 56 import com.android.settings.widget.SwitchWidgetController; 87 private SwitchWidgetController mSwitchWidgetController;
|