Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DMainFragment.java49 import com.android.tv.settings.HotwordSwitchController.HotwordStateListener;
96 private HotwordSwitchController mHotwordSwitchController;
176 mHotwordSwitch.setKey(HotwordSwitchController.KEY_HOTWORD_SWITCH); in showQuickSettings()
203 Intent intent = new Intent(HotwordSwitchController.ACTION_HOTWORD_ENABLE); in onHotwordEnable()
204 intent.setPackage(HotwordSwitchController.ASSISTANT_PGK_NAME); in onHotwordEnable()
214 Intent intent = new Intent(HotwordSwitchController.ACTION_HOTWORD_DISABLE); in onHotwordDisable()
215 intent.setPackage(HotwordSwitchController.ASSISTANT_PGK_NAME); in onHotwordDisable()
247 mHotwordSwitchController = new HotwordSwitchController(context); in onCreatePreferenceControllers()
DHotwordSwitchController.java38 public class HotwordSwitchController extends AbstractPreferenceController { class
151 public HotwordSwitchController(Context context) { in HotwordSwitchController() method in HotwordSwitchController