summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Tethering: Use UsbManager to enable/disable RNDISMike Lockwood2011-06-192-90/+57
* Merge "Handle removed UIDs in network stats and policy."Jeff Sharkey2011-06-194-28/+269
|\
| * Handle removed UIDs in network stats and policy.Jeff Sharkey2011-06-194-28/+269
* | Merge "Read "qtaguid" network stats, refactor templates."Jeff Sharkey2011-06-189-465/+396
|\ \ | |/
| * Read "qtaguid" network stats, refactor templates.Jeff Sharkey2011-06-189-465/+396
* | Merge "USB connected notification and temporary USB options dialog"Mike Lockwood2011-06-171-1/+64
|\ \
| * | USB connected notification and temporary USB options dialogMike Lockwood2011-06-171-1/+64
* | | Merge "MountService: Use UsbManager to monitor USB state for mass storage"Mike Lockwood2011-06-171-60/+19
|\ \ \ | |/ /
| * | MountService: Use UsbManager to monitor USB state for mass storageMike Lockwood2011-06-171-60/+19
* | | Merge "USB: Support for new USB gadget drivers"Mike Lockwood2011-06-173-309/+388
|\ \ \ | |/ / | | / | |/ |/|
| * USB: Support for new USB gadget driversMike Lockwood2011-06-173-309/+388
* | Merge "Notify policy listeners about metered ifaces."Jeff Sharkey2011-06-173-45/+121
|\ \
| * | Notify policy listeners about metered ifaces.Jeff Sharkey2011-06-173-45/+121
| |/
* | VPN: avoid leaking file descriptors.Chia-chi Yeh2011-06-171-3/+11
* | Merge "Make debuggable="true" imply CheckJNI."Elliott Hughes2011-06-171-0/+3
|\ \
| * | Make debuggable="true" imply CheckJNI.Elliott Hughes2011-06-171-0/+3
| |/
* | Merge "Implement remaining infrastructure for user disabling apps."Dianne Hackborn2011-06-172-1/+5
|\ \
| * | Implement remaining infrastructure for user disabling apps.Dianne Hackborn2011-06-172-1/+5
* | | Merge "VPN: move VpnDialogs related methods into VpnConfig."Chia-chi Yeh2011-06-171-27/+28
|\ \ \ | |_|/ |/| |
| * | VPN: move VpnDialogs related methods into VpnConfig.Chia-chi Yeh2011-06-171-27/+28
* | | Merge "Avoid clobbering UID stats when not yet loaded."Jeff Sharkey2011-06-171-2/+6
|\ \ \
| * | | Avoid clobbering UID stats when not yet loaded.Jeff Sharkey2011-06-171-2/+6
* | | | Merge "Fix IP address cleanup on network disconnect"Irfan Sheriff2011-06-171-0/+12
|\ \ \ \
| * | | | Fix IP address cleanup on network disconnectIrfan Sheriff2011-06-171-0/+12
* | | | | Merge "VPN: make the file descriptor non-blocking by default."Chia-chi Yeh2011-06-161-0/+8
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | VPN: make the file descriptor non-blocking by default.Chia-chi Yeh2011-06-161-0/+8
* | | | Merge "Accessiiblity in right state upon connection of a test agent."Svetoslav Ganov2011-06-161-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Accessiiblity in right state upon connection of a test agent.Svetoslav Ganov2011-06-161-0/+8
* | | | Add permission to fix NetworkPolicy tests.Jeff Sharkey2011-06-161-0/+1
| |_|/ |/| |
* | | Merge "DownloadManager flags for network policy."Jeff Sharkey2011-06-162-4/+8
|\ \ \
| * | | DownloadManager flags for network policy.Jeff Sharkey2011-06-162-4/+8
* | | | am 241b65ac: am 5f350512: Merge "Reset connections AFTER we take down the net...Robert Greenwalt2011-06-161-4/+37
|\ \ \ \
| * \ \ \ am 5f350512: Merge "Reset connections AFTER we take down the network." into h...Robert Greenwalt2011-06-161-4/+37
| |\ \ \ \
| | * \ \ \ Merge "Reset connections AFTER we take down the network." into honeycomb-LTERobert Greenwalt2011-06-161-4/+37
| | |\ \ \ \
| | | * | | | Reset connections AFTER we take down the network.Robert Greenwalt2011-06-161-4/+37
| * | | | | | am 0887b8c2: am 8e18668d: revert surfaceflinger leak fix as it uncovered a cr...Mathias Agopian2011-06-154-41/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | am 8e18668d: revert surfaceflinger leak fix as it uncovered a crasher on xoom...Mathias Agopian2011-06-154-41/+1
| | |\ \ \ \ \
| | | * | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoom (DO NOT MERGE)Mathias Agopian2011-06-154-41/+1
| * | | | | | | am d5244e0a: am 52a43990: Revert "revert surfaceflinger leak fix as it uncove...Mathias Agopian2011-06-154-1/+41
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | am 52a43990: Revert "revert surfaceflinger leak fix as it uncovered a crasher...Mathias Agopian2011-06-154-1/+41
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Revert "revert surfaceflinger leak fix as it uncovered a crasher on xoom"Mathias Agopian2011-06-154-1/+41
| * | | | | | | am 7ecdeb6e: am d20d72d1: Merge "revert surfaceflinger leak fix as it uncover...Mathias Agopian2011-06-154-41/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | am d20d72d1: Merge "revert surfaceflinger leak fix as it uncovered a crasher ...Mathias Agopian2011-06-154-41/+1
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | revert surfaceflinger leak fix as it uncovered a crasher on xoomMathias Agopian2011-06-154-41/+1
* | | | | | | | Merge "VPN: migrate from generic Bundle to our own Parcelable VpnConfig."Chia-chi Yeh2011-06-162-22/+27
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | VPN: migrate from generic Bundle to our own Parcelable VpnConfig.Chia-chi Yeh2011-06-152-22/+27
* | | | | | | | Merge "Allow camera to be disabled via Device Policy Manager"Wu-cheng Li2011-06-161-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow camera to be disabled via Device Policy ManagerWu-cheng Li2011-05-301-0/+8
* | | | | | | | | Merge "Fix to clear calling identity when binding a widget."Dianne Hackborn2011-06-151-34/+40
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Fix to clear calling identity when binding a widget.Dianne Hackborn2011-06-151-34/+40