OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RecognizerClient
(Results
1 - 5
of
5
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerClient.java
30
interface
RecognizerClient
{
RecognizerEngine.java
89
abstract protected void onRecognitionSuccess(
RecognizerClient
recognizerClient
)
107
* @param
recognizerClient
client to be given the results
112
public void recognize(
RecognizerClient
recognizerClient
, Activity activity,
156
recognizerClient
.onMicrophoneStart(mic);
185
onRecognitionSuccess(
recognizerClient
);
192
recognizerClient
.onRecognitionFailure(Recognizer.eventToString(event));
200
recognizerClient
.onRecognitionError(e.toString());
203
recognizerClient
.onRecognitionError(e.toString())
[
all
...]
PhoneTypeChoiceRecognizerEngine.java
44
* passes them to the {@link
RecognizerClient
}, which selects and
46
* @param
recognizerClient
the client that will be sent the results
48
protected void onRecognitionSuccess(
RecognizerClient
recognizerClient
) throws InterruptedException {
100
recognizerClient
.onRecognitionFailure("No Intents generated");
104
recognizerClient
.onRecognitionSuccess(
VoiceDialerActivity.java
583
private class CommandRecognizerClient implements
RecognizerClient
{
[
all
...]
CommandRecognizerEngine.java
52
* the {@
RecognizerClient
}. It will accept the following types of commands:
59
* to the {@link
RecognizerClient
}, which notifies the user.
[
all
...]
Completed in 216 milliseconds