All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.mtp.MtpObjectInfo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy