Searched refs:mHotwordSwitchController (Results 1 – 1 of 1) sorted by relevance
96 private HotwordSwitchController mHotwordSwitchController; field in MainFragment133 if (mHotwordSwitchController != null) { in onDestroy()134 mHotwordSwitchController.unregister(); in onDestroy()177 mHotwordSwitchController.updateState(mHotwordSwitch); in showQuickSettings()195 mHotwordSwitchController.updateState(mHotwordSwitch); in onHotwordStateChanged()241 mHotwordSwitchController.init(this); in onCreatePreferences()247 mHotwordSwitchController = new HotwordSwitchController(context); in onCreatePreferenceControllers()248 mPreferenceControllers.add(mHotwordSwitchController); in onCreatePreferenceControllers()