Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainFragment.java96 private HotwordSwitchController mHotwordSwitchController; field in MainFragment
133 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()