package android.mtp;
public final class MtpStorageInfo
{
MtpStorageInfo() { throw new RuntimeException("Stub!"); }
public final int getStorageId() { throw new RuntimeException("Stub!"); }
public final long getMaxCapacity() { throw new RuntimeException("Stub!"); }
public final long getFreeSpace() { throw new RuntimeException("Stub!"); }
public final java.lang.String getDescription() { throw new RuntimeException("Stub!"); }
public final java.lang.String getVolumeIdentifier() { throw new RuntimeException("Stub!"); }
}
|