Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DHotwordSwitchController.java88 HotwordState hotwordState = new HotwordState(); in doInBackground() local
107 hotwordState.mHotwordEnabled = Integer.valueOf(value) == 1; in doInBackground()
110 hotwordState.mHotwordSwitchVisible = in doInBackground()
114 hotwordState.mHotwordSwitchDisabled = in doInBackground()
118 hotwordState.mHotwordSwitchTitle = getLocalizedStringResource( in doInBackground()
122 hotwordState.mHotwordSwitchDescription = in doInBackground()
131 return hotwordState; in doInBackground()
140 protected void onPostExecute(HotwordState hotwordState) { in onPostExecute() argument
141 if (hotwordState != null) { in onPostExecute()
142 mHotwordState = hotwordState; in onPostExecute()