OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentVoiceInteraction
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/assist/
DefaultVoiceInputPicker.java
119
if (helper.
mCurrentVoiceInteraction
!= null) {
120
return helper.
mCurrentVoiceInteraction
;
VoiceInputHelper.java
96
ComponentName
mCurrentVoiceInteraction
;
115
mCurrentVoiceInteraction
= ComponentName.unflattenFromString(currentSetting);
117
mCurrentVoiceInteraction
= null;
Completed in 122 milliseconds