Searched refs:mHotwordSwitch (Results 1 – 1 of 1) sorted by relevance
98 private SwitchPreference mHotwordSwitch; field in MainFragment175 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()