Home
last modified time | relevance | path

Searched refs:SpeechRecognizerProxy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/
DSpeechRecognizerProxy.java32 class SpeechRecognizerProxy extends SpeechRecognizer { class
38 SpeechRecognizerProxy(final SpeechRecognizer delegate) { in SpeechRecognizerProxy() method in SpeechRecognizerProxy
DSpeechRecognizer.java416 return new SpeechRecognizerProxy(delegate); in wrapWithProxy()