summaryrefslogtreecommitdiff
path: root/core/java/android/hardware/usb/UsbManager.java
AgeCommit message (Expand)Author
2021-03-20usb: Address some API review commentsRay Chi
2021-02-16Support USB V1.3 HALAlbert Wang
2021-02-01Merge "Allow RNDIS and NCM to be enabled at the same time." am: 2836d8b703 am...Lorenzo Colitti
2021-01-23Allow RNDIS and NCM to be enabled at the same time.Lorenzo Colitti
2020-12-03usb: Remove IntDef flag when it isn't a flagraychi
2020-11-12Support USB Gadget V1.2 HALraychi
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-07-01Broadcast events for AOA handshakerickyniu
2020-02-19Merge "USB: [API feedback] Add bitmask @IntDef annonation to setCurrentFuncti...Automerger Merge Worker
2020-02-14USB: [API feedback] Add bitmask @IntDef annonation to setCurrentFunctionsJames Wei
2020-01-28Local Tethering with ncm interfaceMilim Lee
2020-01-24Merge "Local Tethering with ncm interface"Remi NGUYEN VAN
2020-01-24Local Tethering with ncm interfaceMilim Lee
2020-01-17Support USB Gadget V1.1 HALHoward Yen
2020-01-09USB: [Tethering mainline] Expose @hide APIs to @SystemApiJames Wei
2020-01-08Use new UnsupportedAppUsage annotation.Artur Satayev
2019-01-23Support USB V1.2 HALBadhri Jagan Sridharan
2018-12-18Expose UsbPort and UsbPortStatus as system APIPhilip P. Moltmann
2018-09-14Move some members to the "Q blacklist".Mathew Inwood
2018-08-30USB permission and resolve activity refactor.lgcheng
2018-08-08Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-22Write descriptors for Mtp in UsbServiceJerry Zhang
2018-02-21Merge "Describe how the accessory input stream drops data"TreeHugger Robot
2018-02-16Describe how the accessory input stream drops dataPhilip P. Moltmann
2018-02-16Add feature annotation to UsbManagerPhilip P. Moltmann
2018-01-31Refactor and clean up USB, add testsJerry Zhang
2018-01-09Add setScreenUnlockedFunctions method to UsbManagerJerry Zhang
2017-11-16Check camera permissions for any devices using the VIDEO classEmilian Peev
2017-10-30Merge "docs: Clarify wording on two Javadoc entries" into oc-mr1-dev am: b174...Andrew Solovay
2017-10-27docs: Clarify wording on two Javadoc entriesAndrew Solovay
2017-10-25Merge "docs: Correct labeling for two USB events" into oc-mr1-dev am: b13dc50d12Andrew Solovay
2017-10-24docs: Correct labeling for two USB eventsAndrew Solovay
2017-08-17Expose grantPermission via systemApi.Philip P. Moltmann
2017-06-22Log call to setPortRolesBadhri Jagan Sridharan
2017-06-06Merge "Annotate @SystemApi with required permissions." into oc-dev am: c14069...Jeff Sharkey
2017-06-05Annotate @SystemApi with required permissions.Jeff Sharkey
2017-04-26Merge "Fix some issues found by new doclava linter." into oc-dev am: a00c7c0a99Jeff Sharkey
2017-04-25Fix some issues found by new doclava linter.Jeff Sharkey
2017-04-10Do not declare USB support in the EmulatorJim Kaye
2016-12-13Merge "Modify UsbDeviceManager stack to allow MtpServer to use FunctionFS dri...Jerry Zhang
2016-12-12Modify UsbDeviceManager stack to allow MtpServer to use FunctionFS drivers.Jerry Zhang
2016-11-17Refactored setCurrentFunction and setUsbDataUnlocked into single method.Jerry Zhang
2016-11-15Refactored setCurrentFunction and setUsbDataUnlocked into single method.Jerry Zhang
2016-10-13Refactored setCurrentFunction and setUsbDataUnlocked into single method.Jerry Zhang
2016-09-30Do not access MTP devices when disabled.Philip P. Moltmann
2016-09-14Do not access MTP devices when disabled.Philip P. Moltmann
2016-08-24allow external USB host managementKeun-young Park