Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/voice/
DVoiceInputListPreference.java115 if (mHelper.mCurrentVoiceInteraction != null) { in refreshVoiceInputs()
116 setValue(mHelper.mCurrentVoiceInteraction.flattenToShortString()); in refreshVoiceInputs()
125 if (mHelper.mCurrentVoiceInteraction != null) { in getCurrentService()
126 return mHelper.mCurrentVoiceInteraction; in getCurrentService()
DVoiceInputHelper.java96 ComponentName mCurrentVoiceInteraction; field in VoiceInputHelper
119 mCurrentVoiceInteraction = ComponentName.unflattenFromString(currentSetting); in buildUi()
121 mCurrentVoiceInteraction = null; in buildUi()