Searched refs:HotwordSwitchController (Results 1 – 2 of 2) sorted by relevance
49 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()
38 public class HotwordSwitchController extends AbstractPreferenceController { class151 public HotwordSwitchController(Context context) { in HotwordSwitchController() method in HotwordSwitchController