Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DAllInOneTetherPreferenceController.java55 public class AllInOneTetherPreferenceController extends BasePreferenceController implements class
82 AllInOneTetherPreferenceController() { in AllInOneTetherPreferenceController() method in AllInOneTetherPreferenceController
89 public AllInOneTetherPreferenceController(Context context, String key) { in AllInOneTetherPreferenceController() method in AllInOneTetherPreferenceController
H A DNetworkDashboardFragment.java71 getSettingsLifecycle().addObserver(use(AllInOneTetherPreferenceController.class)); in onAttach()
77 use(AllInOneTetherPreferenceController.class).initEnabler(getSettingsLifecycle()); in onCreatePreferences()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
H A DAllInOneTetherPreferenceControllerTest.java123 private AllInOneTetherPreferenceController mController;
136 mController = spy(AllInOneTetherPreferenceController.class); in setUp()