OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceInputHelper
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Settings/src/com/android/settings/voice/
VoiceInputListPreference.java
20
private
VoiceInputHelper
mHelper;
40
VoiceInputHelper
.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);
56
VoiceInputHelper
.RecognizerInfo info = mHelper.mAvailableRecognizerInfos.get(i);
82
mHelper = new
VoiceInputHelper
(getContext());
92
VoiceInputHelper
.InteractionInfo info = mHelper.mAvailableInteractionInfos.get(i);
105
VoiceInputHelper
.RecognizerInfo info = mHelper.mAvailableRecognizerInfos.get(i);
VoiceInputHelper.java
45
public final class
VoiceInputHelper
{
46
static final String TAG = "
VoiceInputHelper
";
99
public
VoiceInputHelper
(Context context) {
Completed in 37 milliseconds