Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/assist/
DVoiceInputHelper.java96 ComponentName mCurrentVoiceInteraction; field in VoiceInputHelper
115 mCurrentVoiceInteraction = ComponentName.unflattenFromString(currentSetting); in buildUi()
117 mCurrentVoiceInteraction = null; in buildUi()
DDefaultVoiceInputPicker.java119 if (helper.mCurrentVoiceInteraction != null) { in getCurrentService()
120 return helper.mCurrentVoiceInteraction; in getCurrentService()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DVoiceInputHelper.java96 ComponentName mCurrentVoiceInteraction; field in VoiceInputHelper
115 mCurrentVoiceInteraction = ComponentName.unflattenFromString(currentSetting); in buildUi()
117 mCurrentVoiceInteraction = null; in buildUi()
DDefaultVoiceInputPicker.java119 if (helper.mCurrentVoiceInteraction != null) { in getCurrentService()
120 return helper.mCurrentVoiceInteraction; in getCurrentService()