Searched refs:HotwordSwitchController (Results 1 – 4 of 4) sorted by relevance
39 private HotwordSwitchController mHotwordSwitchController;168 Intent intent = new Intent(HotwordSwitchController.ACTION_HOTWORD_ENABLE); in onHotwordEnable()169 intent.setPackage(HotwordSwitchController.ASSISTANT_PGK_NAME); in onHotwordEnable()178 Intent intent = new Intent(HotwordSwitchController.ACTION_HOTWORD_DISABLE); in onHotwordDisable()179 intent.setPackage(HotwordSwitchController.ASSISTANT_PGK_NAME); in onHotwordDisable()216 mHotwordSwitch.setKey(HotwordSwitchController.KEY_HOTWORD_SWITCH); in showQuickSettings()251 mHotwordSwitchController = new HotwordSwitchController(context); in onCreatePreferenceControllers()
38 public class HotwordSwitchController extends AbstractPreferenceController { class151 public HotwordSwitchController(Context context) { in HotwordSwitchController() method in HotwordSwitchController
64 import com.android.tv.settings.HotwordSwitchController.HotwordStateListener;
1425 Lcom/android/tv/settings/HotwordSwitchController$HotwordStateListener;