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/voice/
VoiceInputListPreference.java
115
if (mHelper.
mCurrentVoiceInteraction
!= null) {
116
setValue(mHelper.
mCurrentVoiceInteraction
.flattenToShortString());
125
if (mHelper.
mCurrentVoiceInteraction
!= null) {
126
return mHelper.
mCurrentVoiceInteraction
;
VoiceInputHelper.java
96
ComponentName
mCurrentVoiceInteraction
;
119
mCurrentVoiceInteraction
= ComponentName.unflattenFromString(currentSetting);
121
mCurrentVoiceInteraction
= null;
Completed in 43 milliseconds