![]() |
![]() |
usb16:53:53.252 INFO jd.cli.Main - Decompiling usb.jar package com.android.future.usb; import com.android.mkstubs.stubber.MethodStubber; public class UsbAccessory { public String toString() { throw new RuntimeException("stub"); } public int hashCode() { throw new RuntimeException("stub"); } public boolean equals(Object paramObject) { throw new RuntimeException("stub"); } public String getSerial() { throw new RuntimeException("stub"); } public String getUri() { throw new RuntimeException("stub"); } public String getVersion() { throw new RuntimeException("stub"); } public String getDescription() { throw new RuntimeException("stub"); } public String getModel() { throw new RuntimeException("stub"); } public String getManufacturer() { throw new RuntimeException("stub"); } } /* Location: * Qualified Name: com.android.future.usb.UsbAccessory * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ package com.android.future.usb; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.ParcelFileDescriptor; import com.android.mkstubs.stubber.MethodStubber; public class UsbManager { public static final String ACTION_USB_ACCESSORY_ATTACHED = "android.hardware.usb.action.USB_ACCESSORY_ATTACHED"; public static final String ACTION_USB_ACCESSORY_DETACHED = "android.hardware.usb.action.USB_ACCESSORY_DETACHED"; public static final String EXTRA_PERMISSION_GRANTED = "permission"; public void requestPermission(UsbAccessory paramUsbAccessory, PendingIntent paramPendingIntent) { throw new RuntimeException("stub"); } public boolean hasPermission(UsbAccessory paramUsbAccessory) { throw new RuntimeException("stub"); } public ParcelFileDescriptor openAccessory(UsbAccessory paramUsbAccessory) { throw new RuntimeException("stub"); } public UsbAccessory[] getAccessoryList() { throw new RuntimeException("stub"); } public static UsbAccessory getAccessory(Intent this) { throw new RuntimeException("stub"); } public static UsbManager getInstance(Context this) { throw new RuntimeException("stub"); } } /* Location: * Qualified Name: com.android.future.usb.UsbManager * Java Class Version: 5 (49.0) * JD-Core Version: 0.7.1 */ Further reading...For more information on Java 1.5 Tiger, you may find Java 1.5 Tiger, A developer's Notebook by D. Flanagan and B. McLaughlin from O'Reilly of interest.New!JAR listings
|