Package org.robolectric.shadows
Class ShadowFontsContract
- java.lang.Object
 - 
- org.robolectric.shadows.ShadowFontsContract
 
 
- 
@Implements(value=android.provider.FontsContract.class, minSdk=26) public class ShadowFontsContract extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ShadowFontsContract() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypefacegetFontSync(FontRequest request)Returns a stub typeface immediately.static voidreset() 
 - 
 
- 
- 
Method Detail
- 
getFontSync
@Implementation public static Typeface getFontSync(FontRequest request)
Returns a stub typeface immediately. 
- 
reset
@Resetter public static void reset()
 
 - 
 
 -