Searched refs:AllInOneTetherPreferenceController (Results 1 – 3 of 3) sorted by relevance
55 public class AllInOneTetherPreferenceController extends BasePreferenceController implements class82 AllInOneTetherPreferenceController() { in AllInOneTetherPreferenceController() method in AllInOneTetherPreferenceController89 public AllInOneTetherPreferenceController(Context context, String key) { in AllInOneTetherPreferenceController() method in AllInOneTetherPreferenceController
71 getSettingsLifecycle().addObserver(use(AllInOneTetherPreferenceController.class)); in onAttach()77 use(AllInOneTetherPreferenceController.class).initEnabler(getSettingsLifecycle()); in onCreatePreferences()
123 private AllInOneTetherPreferenceController mController;136 mController = spy(AllInOneTetherPreferenceController.class); in setUp()