FileDocCategorySizeDatePackage
MockResources.javaAPI DocAndroid 5.1 API5508Sat Mar 14 14:09:42 GMT 2015android.test.mock

MockResources

public class MockResources extends android.content.res.Resources

Fields Summary
Constructors Summary
public MockResources()

 super((android.content.res.AssetManager)null,(android.util.DisplayMetrics)null,(android.content.res.Configuration)null); throw new RuntimeException("Stub!"); 
Methods Summary
public android.content.res.XmlResourceParsergetAnimation(int id)

 throw new RuntimeException("Stub!"); 
public intgetColor(int id)

 throw new RuntimeException("Stub!"); 
public android.content.res.ColorStateListgetColorStateList(int id)

 throw new RuntimeException("Stub!"); 
public android.content.res.ConfigurationgetConfiguration()

 throw new RuntimeException("Stub!"); 
public floatgetDimension(int id)

 throw new RuntimeException("Stub!"); 
public intgetDimensionPixelOffset(int id)

 throw new RuntimeException("Stub!"); 
public intgetDimensionPixelSize(int id)

 throw new RuntimeException("Stub!"); 
public android.util.DisplayMetricsgetDisplayMetrics()

 throw new RuntimeException("Stub!"); 
public android.graphics.drawable.DrawablegetDrawable(int id)

 throw new RuntimeException("Stub!"); 
public intgetIdentifier(java.lang.String name, java.lang.String defType, java.lang.String defPackage)

 throw new RuntimeException("Stub!"); 
public int[]getIntArray(int id)

 throw new RuntimeException("Stub!"); 
public intgetInteger(int id)

 throw new RuntimeException("Stub!"); 
public android.content.res.XmlResourceParsergetLayout(int id)

 throw new RuntimeException("Stub!"); 
public android.graphics.MoviegetMovie(int id)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetQuantityString(int id, int quantity, java.lang.Object formatArgs)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetQuantityString(int id, int quantity)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetQuantityText(int id, int quantity)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetResourceEntryName(int resid)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetResourceName(int resid)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetResourcePackageName(int resid)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetResourceTypeName(int resid)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetString(int id)

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetString(int id, java.lang.Object formatArgs)

 throw new RuntimeException("Stub!"); 
public java.lang.String[]getStringArray(int id)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetText(int id)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetText(int id, java.lang.CharSequence def)

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequence[]getTextArray(int id)

 throw new RuntimeException("Stub!"); 
public voidgetValue(int id, android.util.TypedValue outValue, boolean resolveRefs)

 throw new RuntimeException("Stub!"); 
public voidgetValue(java.lang.String name, android.util.TypedValue outValue, boolean resolveRefs)

 throw new RuntimeException("Stub!"); 
public android.content.res.XmlResourceParsergetXml(int id)

 throw new RuntimeException("Stub!"); 
public android.content.res.TypedArrayobtainAttributes(android.util.AttributeSet set, int[] attrs)

 throw new RuntimeException("Stub!"); 
public android.content.res.TypedArrayobtainTypedArray(int id)

 throw new RuntimeException("Stub!"); 
public java.io.InputStreamopenRawResource(int id)

 throw new RuntimeException("Stub!"); 
public android.content.res.AssetFileDescriptoropenRawResourceFd(int id)

 throw new RuntimeException("Stub!"); 
public voidupdateConfiguration(android.content.res.Configuration config, android.util.DisplayMetrics metrics)

 throw new RuntimeException("Stub!");