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

android.hardware.usb.UsbRequest 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.hardware.usb;
public class UsbRequest
{
public  UsbRequest() { throw new RuntimeException("Stub!"); }
public  boolean initialize(android.hardware.usb.UsbDeviceConnection connection, android.hardware.usb.UsbEndpoint endpoint) { throw new RuntimeException("Stub!"); }
public  void close() { throw new RuntimeException("Stub!"); }
protected  void finalize() throws java.lang.Throwable { throw new RuntimeException("Stub!"); }
public  android.hardware.usb.UsbEndpoint getEndpoint() { throw new RuntimeException("Stub!"); }
public  java.lang.Object getClientData() { throw new RuntimeException("Stub!"); }
public  void setClientData(java.lang.Object data) { throw new RuntimeException("Stub!"); }
public  boolean queue(java.nio.ByteBuffer buffer, int length) { throw new RuntimeException("Stub!"); }
public  boolean cancel() { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy