OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRecognitionSuccess
(Results
1 - 6
of
6
) sorted by null
/packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerClient.java
32
public void
onRecognitionSuccess
(final Intent[] intents);
PhoneTypeChoiceRecognizerEngine.java
48
protected void
onRecognitionSuccess
(RecognizerClient recognizerClient) throws InterruptedException {
49
if (false) Log.d(TAG, "
onRecognitionSuccess
" + mSrec.getResultCount());
104
recognizerClient.
onRecognitionSuccess
(
RecognizerEngine.java
33
* The child class must timplement setupGrammar and
onRecognitionSuccess
.
44
* <li>Process the results using
onRecognitionSuccess
, which will pass
89
abstract protected void
onRecognitionSuccess
(RecognizerClient recognizerClient)
185
onRecognitionSuccess
(recognizerClient);
VoiceDialerTester.java
120
public void
onRecognitionSuccess
(Intent[] intents) {
CommandRecognizerEngine.java
50
* <li>
onRecognitionSuccess
is called when we get results from the recognizer,
[
all
...]
VoiceDialerActivity.java
738
public void
onRecognitionSuccess
(final Intent[] intents) {
739
if (false) Log.d(TAG, "CommandRecognizerClient
onRecognitionSuccess
" +
[
all
...]
Completed in 38 milliseconds