FileDocCategorySizeDatePackage
MtpDevice.javaAPI DocAndroid 5.1 API1697Sat Mar 14 14:09:42 GMT 2015android.mtp

MtpDevice

public final class MtpDevice extends Object

Fields Summary
Constructors Summary
public MtpDevice(android.hardware.usb.UsbDevice device)

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidclose()

 throw new RuntimeException("Stub!"); 
public booleandeleteObject(int objectHandle)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public intgetDeviceId()

 throw new RuntimeException("Stub!"); 
public android.mtp.MtpDeviceInfogetDeviceInfo()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetDeviceName()

 throw new RuntimeException("Stub!"); 
public byte[]getObject(int objectHandle, int objectSize)

 throw new RuntimeException("Stub!"); 
public int[]getObjectHandles(int storageId, int format, int objectHandle)

 throw new RuntimeException("Stub!"); 
public android.mtp.MtpObjectInfogetObjectInfo(int objectHandle)

 throw new RuntimeException("Stub!"); 
public longgetParent(int objectHandle)

 throw new RuntimeException("Stub!"); 
public longgetStorageId(int objectHandle)

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

 throw new RuntimeException("Stub!"); 
public android.mtp.MtpStorageInfogetStorageInfo(int storageId)

 throw new RuntimeException("Stub!"); 
public byte[]getThumbnail(int objectHandle)

 throw new RuntimeException("Stub!"); 
public booleanimportFile(int objectHandle, java.lang.String destPath)

 throw new RuntimeException("Stub!"); 
public booleanopen(android.hardware.usb.UsbDeviceConnection connection)

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!");