Package org.robolectric.shadows
Class ShadowSpeechRecognizer.ShadowSpeechRecognizerState
java.lang.Object
org.robolectric.shadows.ShadowSpeechRecognizer.ShadowSpeechRecognizerState
- Enclosing class:
- ShadowSpeechRecognizer
The state of a specific instance of 
ShadowSpeechRecognizer.
 NOTE: Not stored as variables in the parent class itself since subclasses may need to return a different instance of this class to operate on.
NOTE: This class is public since custom shadows may reside in a different package.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ShadowSpeechRecognizerStatepublic ShadowSpeechRecognizerState()
 
-