summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/usb/UsbDeviceManager.java
Commit message (Expand)AuthorAgeFilesLines
* Explicit locale when formatting machine strings.Jeff Sharkey2013-06-111-1/+2
* Start combining threads in system process.Dianne Hackborn2013-05-021-7/+2
* UsbDebuggingManager: Add interface to clear secure adb keysBenoit Goby2013-01-281-0/+9
* UsbDeviceManager: Don't start UsbDebuggingManager when data is encryptedBenoit Goby2013-01-251-1/+3
* Useful annotations for code documentation.Jeff Sharkey2012-11-121-1/+3
* Remove extraneous logs.Dianne Hackborn2012-11-081-3/+3
* Make USB services multi-user aware.Jeff Sharkey2012-10-021-17/+26
* Update references to migrated global settings.Jeff Brown2012-09-251-4/+4
* Fix issue #7214090: Need to be able to post notifications to all usersDianne Hackborn2012-09-241-8/+11
* Multi-user MTP.Jeff Sharkey2012-09-181-2/+27
* Include user identifier in external storage paths.Jeff Sharkey2012-09-111-6/+3
* Improve multi-user broadcasts.Dianne Hackborn2012-08-301-2/+3
* Add UsbDebuggingManager and UsbDebuggingActivityBenoit Goby2012-08-201-0/+26
* Merge "UsbService: Fix problem detecting audio accessory mode when connected ...Mike Lockwood2012-05-101-26/+23
|\
| * UsbService: Fix problem detecting audio accessory mode when connected at bootMike Lockwood2012-05-101-26/+23
* | Show the ADB icon in the status bar again.Daniel Sandler2012-05-101-1/+1
|/
* UsbService: Add support for accessory initiating USB audio supportMike Lockwood2012-04-261-12/+40
* Add Intents to notify when USB audio devices or accessories are attachedMike Lockwood2012-04-061-0/+34
* Stop showing ADB and MTP/PTP/USB notifications at the top.Daniel Sandler2012-03-291-0/+2
* fix setting only usb modeRoboErik2012-03-221-5/+8
* Add OEM specific USB mode enumeration based on ro.bootmode propertyKazuhiro Ondo2012-02-101-1/+69
* Make sure to go to the right Settings panel when tapping a notificationChristopher Tate2011-08-241-12/+6
* UsbManager: Use resource IDs for notification IDsMike Lockwood2011-08-161-28/+13
* UsbDeviceManager: Fix typo that broke adb on/off setting persistenceMike Lockwood2011-08-031-1/+1
* USB: Fix NPE that occurred when restoring default function in UsbManager.setE...Mike Lockwood2011-08-021-6/+10
* Clean up USB configuration switching logic and beef up error handlingMike Lockwood2011-07-291-45/+49
* UsbDeviceManager: Don't show USB notification for RNDISMike Lockwood2011-07-271-15/+14
* UsbDeviceManager: Add USB notification string for USB accessory modeMike Lockwood2011-07-211-1/+6
* USB: Fix handling USB accessory attached when device is bootingMike Lockwood2011-07-211-10/+28
* UsbManager: document that passing null setCurrentFunction restores default fu...Mike Lockwood2011-07-181-4/+1
* UsbDeviceManager: clean up HandlerThread creationMike Lockwood2011-07-131-6/+4
* UsbDeviceManager: Include kernel USB state in dumpsys outputMike Lockwood2011-07-111-0/+10
* UsbDeviceManager: Initialize state based on persist.sys.usb.config rather tha...Mike Lockwood2011-07-111-8/+7
* UsbDeviceManager: Fix indentationMike Lockwood2011-07-111-13/+13
* UsbDeviceManager: Initialize RNDIS ethernet address based on device serial nu...Mike Lockwood2011-07-061-1/+27
* UsbService: USB connected notification now redirects to USB screen in SettingsMike Lockwood2011-07-021-3/+4
* UsbDeviceManager: Reset sys.usb.config if it is "none" at bootMike Lockwood2011-07-011-2/+11
* UsbService: Use Slog instead of Log, and disable some loggingMike Lockwood2011-07-011-13/+11
* USB: Update strings for USB connected notificationsMike Lockwood2011-07-011-107/+112
* Combine UsbManager.setPrimaryFunction and setDefaultFunctionMike Lockwood2011-06-221-43/+55
* USB connected notification and temporary USB options dialogMike Lockwood2011-06-171-1/+64
* USB: Support for new USB gadget driversMike Lockwood2011-06-171-305/+357
* Move adb related functionality from SystemServer and NotificationManagerServi...Mike Lockwood2011-06-131-0/+92
* UsbManager: Clean up extras for ACTION_USB_STATE broadcastMike Lockwood2011-06-081-24/+5
* UsbService: Refactor USB host and device support into two separate classesMike Lockwood2011-05-311-0/+431