android.mtp.MtpObjectInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.mtp;
public final class MtpObjectInfo
{
MtpObjectInfo() { throw new RuntimeException("Stub!"); }
public final int getObjectHandle() { throw new RuntimeException("Stub!"); }
public final int getStorageId() { throw new RuntimeException("Stub!"); }
public final int getFormat() { throw new RuntimeException("Stub!"); }
public final int getProtectionStatus() { throw new RuntimeException("Stub!"); }
public final int getCompressedSize() { throw new RuntimeException("Stub!"); }
public final int getThumbFormat() { throw new RuntimeException("Stub!"); }
public final int getThumbCompressedSize() { throw new RuntimeException("Stub!"); }
public final int getThumbPixWidth() { throw new RuntimeException("Stub!"); }
public final int getThumbPixHeight() { throw new RuntimeException("Stub!"); }
public final int getImagePixWidth() { throw new RuntimeException("Stub!"); }
public final int getImagePixHeight() { throw new RuntimeException("Stub!"); }
public final int getImagePixDepth() { throw new RuntimeException("Stub!"); }
public final int getParent() { throw new RuntimeException("Stub!"); }
public final int getAssociationType() { throw new RuntimeException("Stub!"); }
public final int getAssociationDesc() { throw new RuntimeException("Stub!"); }
public final int getSequenceNumber() { throw new RuntimeException("Stub!"); }
public final java.lang.String getName() { throw new RuntimeException("Stub!"); }
public final long getDateCreated() { throw new RuntimeException("Stub!"); }
public final long getDateModified() { throw new RuntimeException("Stub!"); }
public final java.lang.String getKeywords() { throw new RuntimeException("Stub!"); }
}