Package org.robolectric.shadows
Class ShadowCaptioningManager
java.lang.Object
org.robolectric.shadows.ShadowCaptioningManager
@Implements(android.view.accessibility.CaptioningManager.class)
public class ShadowCaptioningManager
extends Object
Shadow of 
CaptioningManager.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanvoidsetEnabled(boolean enabled) Sets the enabled state of the captioning manager.voidSets the preferred locale of the captioning manager.protected voidsetSystemAudioCaptioningEnabled(boolean isEnabled) protected voidsetSystemAudioCaptioningUiEnabled(boolean isEnabled) 
- 
Constructor Details- 
ShadowCaptioningManagerpublic ShadowCaptioningManager()
 
- 
- 
Method Details- 
setSystemAudioCaptioningEnabled
- 
setSystemAudioCaptioningUiEnabled
- 
isSystemAudioCaptioningUiEnabled
- 
setEnabledpublic void setEnabled(boolean enabled) Sets the enabled state of the captioning manager.
- 
setLocaleSets the preferred locale of the captioning manager.- Parameters:
- locale- The- Locale.
 
 
-