Home
last modified time | relevance | path

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

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