Home
last modified time | relevance | path

Searched refs:PrimarySwitchController (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DPrimarySwitchControllerTest.java31 private PrimarySwitchController mController;
52 static class TestPrimarySwitchController extends PrimarySwitchController {
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DPrimarySwitchController.java24 public abstract class PrimarySwitchController extends SwitchController { class
DEntriesProvider.java107 if (!(controller instanceof PrimarySwitchController)) { in onCreate()
141 if (!(controller instanceof PrimarySwitchController)) { in call()