summaryrefslogtreecommitdiffstats
path: root/services/java
Commit message (Expand)AuthorAgeFilesLines
* am 0e99d3bf: am df33b8c5: Merge "Check for NTP time as soon as WIFI is connec...Amith Yamasani2011-03-021-0/+32
|\
| * am df33b8c5: Merge "Check for NTP time as soon as WIFI is connected." into ho...Amith Yamasani2011-03-011-0/+32
| |\
| | * Merge "Check for NTP time as soon as WIFI is connected." into honeycombAmith Yamasani2011-03-011-0/+32
| | |\
| | | * Check for NTP time as soon as WIFI is connected.Amith Yamasani2011-03-011-0/+32
| * | | am 0eb6af89: Merge "Fixing the write of BackgroundData setting, DO NOT MERGE....Wink Saville2011-02-281-7/+5
| |\ \ \ | | |/ /
| | * | Fixing the write of BackgroundData setting, DO NOT MERGE.Wink Saville2011-02-281-7/+5
| * | | am 6aea1154: DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyg...Mike Lockwood2011-02-261-0/+8
| |\ \ \ | | |/ /
| | * | DO NOT MERGE: KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()Mike Lockwood2011-02-261-0/+8
| | |/
| * | am 5107eea6: Merge "DO NOT MERGE Add support for background scanning" into ho...Irfan Sheriff2011-02-231-0/+12
| |\ \ | | |/
| | * DO NOT MERGE Add support for background scanningIrfan Sheriff2011-02-231-0/+12
* | | Merge "Start using NetworkUtils.numericToInetAddress."Robert Greenwalt2011-03-023-13/+14
|\ \ \
| * | | Start using NetworkUtils.numericToInetAddress.Robert Greenwalt2011-03-023-13/+14
* | | | Merge "Fix issue #3431230: "am" debugging commands failing on -userdebug builds"Dianne Hackborn2011-03-021-4/+5
|\ \ \ \
| * | | | Fix issue #3431230: "am" debugging commands failing on -userdebug buildsDianne Hackborn2011-03-011-4/+5
* | | | | Merge "Switch to returnCode for IPackageDeleteObserver"Kenny Root2011-03-021-8/+9
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Switch to returnCode for IPackageDeleteObserverKenny Root2011-03-011-8/+9
* | | | | Merge "Fix Issue 14340: Sticky Service killed with onDestroy not called, not ...Dianne Hackborn2011-03-011-4/+6
|\ \ \ \ \
| * | | | | Fix Issue 14340: Sticky Service killed with onDestroy not called, not restarted.Dianne Hackborn2011-03-011-4/+6
* | | | | | Merge "UsbDeviceSettingsManager: don't write settings file when not necessary"Mike Lockwood2011-03-011-8/+18
|\ \ \ \ \ \
| * | | | | | UsbDeviceSettingsManager: don't write settings file when not necessaryMike Lockwood2011-03-011-8/+18
* | | | | | | Merge "Fix UsbDeviceSettingsManager locking."Mike Lockwood2011-03-012-156/+181
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix UsbDeviceSettingsManager locking.Mike Lockwood2011-03-012-156/+181
* | | | | | | Merge "Move USB framework support from android.hardware to android.hardware.u...Mike Lockwood2011-03-015-17/+17
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-015-17/+17
* | | | | | | Merge "Using AsyncChannel for wifi connectivity"Irfan Sheriff2011-03-011-37/+34
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Using AsyncChannel for wifi connectivityIrfan Sheriff2011-02-281-37/+34
| | |/ / / / | |/| | | |
* | | | | | Merge "Add platform features for USB host and USB accessory support."Mike Lockwood2011-02-281-3/+7
|\ \ \ \ \ \
| * | | | | | Add platform features for USB host and USB accessory support.Mike Lockwood2011-02-281-3/+7
* | | | | | | Merge "UsbManager: Enhancements for managing USB devices and accessories"Mike Lockwood2011-02-284-36/+1088
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood2011-02-284-36/+1088
| |/ / / /
* | | | | Small change to AppWidgetProviderInfo public field name and docsAdam Cohen2011-02-281-1/+1
* | | | | You can now specify a custom display size as NxM.Dianne Hackborn2011-02-281-2/+1
|/ / / /
* | | | Merge "Implement issue #3426299: Introduce application "stopped" state"Dianne Hackborn2011-02-254-37/+406
|\ \ \ \
| * | | | Implement issue #3426299: Introduce application "stopped" stateDianne Hackborn2011-02-254-37/+406
* | | | | Merge "Adding framework support for resizable widgets"Adam Cohen2011-02-251-6/+9
|\ \ \ \ \
| * | | | | Adding framework support for resizable widgetsAdam Cohen2011-02-251-6/+9
| |/ / / /
* | | | | Merge "Fixing the write of BackgroundData setting."Robert Greenwalt2011-02-251-7/+5
|\ \ \ \ \
| * | | | | Fixing the write of BackgroundData setting.Robert Greenwalt2011-02-251-7/+5
* | | | | | Merge "Fixing build"Winson Chung2011-02-251-1/+1
|\ \ \ \ \ \
| * | | | | | Fixing buildWinson Chung2011-02-251-1/+1
* | | | | | | Merge "Fixing issue where RemoteViewsService.onDestroy() was never being call...Winson Chung2011-02-251-5/+81
|\ \ \ \ \ \ \ | |/ / / / / / | | | / / / / | |_|/ / / / |/| | | | |
| * | | | | Fixing issue where RemoteViewsService.onDestroy() was never being called.Winson Chung2011-02-251-5/+81
* | | | | | LTE Changes for Telephony including Multiple PDN support and IPV6 supportWink Saville2011-02-241-18/+27
| |/ / / / |/| | | |
* | | | | Merge "UsbManager: Remove redundant Intent extras from USB device and accesso...Mike Lockwood2011-02-241-20/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | UsbManager: Remove redundant Intent extras from USB device and accessory broa...Mike Lockwood2011-02-231-20/+1
* | | | | Merge "Fix measurement of external media dir"Kenny Root2011-02-231-1/+1
|\ \ \ \ \
| * | | | | Fix measurement of external media dirKenny Root2011-02-231-1/+1
| |/ / / /
* | | | | Merge "Add support for background scanning"Irfan Sheriff2011-02-231-0/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add support for background scanningIrfan Sheriff2011-02-211-0/+12
| |/ / /
* | | | Merge "KeyguardManager: Add isKeyguardLocked() and isKeyguardSecure()"Mike Lockwood2011-02-221-0/+8
|\ \ \ \