summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/usb
Commit message (Expand)AuthorAgeFilesLines
* Explicit locale when formatting machine strings.Jeff Sharkey2013-06-111-1/+2
* Cleanup some of the thread merging.Dianne Hackborn2013-05-071-1/+1
* Start combining threads in system process.Dianne Hackborn2013-05-022-14/+5
* Allow system server to bind to USB devices.Jeff Brown2013-03-281-2/+11
* UsbDebuggingManager: Add interface to clear secure adb keysBenoit Goby2013-01-283-3/+40
* UsbDeviceManager: Don't start UsbDebuggingManager when data is encryptedBenoit Goby2013-01-251-1/+3
* Add new disabled state for "optional" built-in apps.Dianne Hackborn2013-01-221-1/+2
* Useful annotations for code documentation.Jeff Sharkey2012-11-123-3/+8
* Remove extraneous logs.Dianne Hackborn2012-11-081-3/+3
* Make USB services multi-user aware.Jeff Sharkey2012-10-024-115/+274
* 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-302-5/+7
* UsbDebuggingManager: Fix restart when toggling USB debuggingBenoit Goby2012-08-291-2/+3
* UsbDebuggingManager: add missing break in switchBenoit Goby2012-08-291-0/+1
* Add UsbDebuggingManager and UsbDebuggingActivityBenoit Goby2012-08-203-0/+358
* Merge "Added missing USB_DEVICE_ATTACHED broadcast to running Activity"Mike Lockwood2012-08-131-0/+4
|\
| * Added missing USB_DEVICE_ATTACHED broadcast to running ActivityRobin Cutshaw2012-06-181-0/+4
* | 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-262-13/+41
* | Move handling of package changes to a background thread.Dianne Hackborn2012-04-191-1/+1
* | 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-013-32/+30
* USB: Update strings for USB connected notificationsMike Lockwood2011-07-011-107/+112
* Combine UsbManager.setPrimaryFunction and setDefaultFunctionMike Lockwood2011-06-222-54/+57
* USB connected notification and temporary USB options dialogMike Lockwood2011-06-171-1/+64
* USB: Support for new USB gadget driversMike Lockwood2011-06-172-307/+386