Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DSuggestionQuickSettingPrefsContainer.java39 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()
DHotwordSwitchController.java38 public class HotwordSwitchController extends AbstractPreferenceController { class
151 public HotwordSwitchController(Context context) { in HotwordSwitchController() method in HotwordSwitchController
DMainFragment.java64 import com.android.tv.settings.HotwordSwitchController.HotwordStateListener;
/packages/apps/TvSettings/
Dtwo-panel-baseline-profile.txt1425 Lcom/android/tv/settings/HotwordSwitchController$HotwordStateListener;