FileDocCategorySizeDatePackage
MtpDeviceInfo.javaAPI DocAndroid 5.1 API457Sat Mar 14 14:09:36 GMT 2015android.mtp

MtpDeviceInfo.java

package android.mtp;
public class MtpDeviceInfo
{
MtpDeviceInfo() { throw new RuntimeException("Stub!"); }
public final  java.lang.String getManufacturer() { throw new RuntimeException("Stub!"); }
public final  java.lang.String getModel() { throw new RuntimeException("Stub!"); }
public final  java.lang.String getVersion() { throw new RuntimeException("Stub!"); }
public final  java.lang.String getSerialNumber() { throw new RuntimeException("Stub!"); }
}