Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainFragment.java98 private SwitchPreference mHotwordSwitch; field in MainFragment
175 mHotwordSwitch = new SwitchPreference(this.getPreferenceManager().getContext()); in showQuickSettings()
176 mHotwordSwitch.setKey(HotwordSwitchController.KEY_HOTWORD_SWITCH); in showQuickSettings()
177 mHotwordSwitchController.updateState(mHotwordSwitch); in showQuickSettings()
178 mQuickSettingsList.addPreference(mHotwordSwitch); in showQuickSettings()
194 if (mHotwordSwitch != null) { in onHotwordStateChanged()
195 mHotwordSwitchController.updateState(mHotwordSwitch); in onHotwordStateChanged()