summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/usb/UsbDevice.java
AgeCommit message (Expand)Author
2020-10-15Add @Nullable annotation to the parameter of Object.equals() methods.Roman Kalukiewicz
2020-01-06Use new UnsupportedAppUsage annotation.Artur Satayev
2020-01-06Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java...TreeHugger Robot
2020-01-03Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-12-31Replace com.android.internal.util.Preconditions.checkNotNull withDaulet Zhanguzin
2019-10-18Add video class-specific descriptors to UsbDescriptorParser framework.Paul McLean
2019-10-04Add "HasMidi" capability (attribute) to UsbDevice.Paul McLean
2019-10-03Adding additional prompt to UsbPermissionsDialg for audio devices.Paul McLean
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-09-07Require permission to read USB device's serial number.Philip P. Moltmann
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2017-04-13Docs: Fixes broken link in Javadoc. am: df0fd34d50 am: 506a8b39fb am: 4eff74f...Dave Friedman
2017-04-10Docs: Fixes broken link in Javadoc.Dave Friedman
2016-10-17Clarify which props of USB devices are optionalPhilip P. Moltmann
2015-04-29UsbDevice: Add support for retrieving version string for a USB deviceMike Lockwood
2015-01-09Support for simultaneous USB Audio Devices connect/disconnectPaul McLean
2014-02-27Add support for USB devices with multiple configurations and alternate interf...Mike Lockwood
2014-01-08am 43bc1c07: am d9e708e3: am 12ec2e6d: am 99206593: am 9607d78f: Merge "Added...Mike Lockwood
2013-11-20Remove unused imports from frameworks/base.John Spurlock
2012-11-29Added missing USB device descriptor fields needed for intent filtersRobin Cutshaw
2011-12-22docs: Add developer guide cross-references, Project ACRE, round 4Joe Fernandez
2011-04-01Improve Javadoc for USB Manager and MTP/PTP support.Mike Lockwood
2011-03-11UsbDevice: Move IO related methods to new UsbDeviceConnection classMike Lockwood
2011-03-09Change UsbManager.requestPermission to only grant permission temporarilyMike Lockwood
2011-03-01Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood