summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server
Commit message (Collapse)AuthorAgeFilesLines
* remove loggingJoe Onorato2010-06-021-2/+1
| | | | Change-Id: I42c2332c3c114700f5ade77b63b4f6010ea5507a
* Populate the notifications at startup of SystemUI.apk.Joe Onorato2010-06-021-8/+31
| | | | Change-Id: Ie0b3fd9ed4bc9a012791372e6276f0b5908370a5
* Start moving resources to SystemUI.apk.Joe Onorato2010-06-022-1235/+0
| | | | Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
* Remove unused files from the service package.Joe Onorato2010-06-024-163/+0
| | | | Change-Id: Ia28fd7b3c42a842137afd12c4822e9b7cb4310a0
* Notifications don't crash when you click them, and pass through events to ↵Joe Onorato2010-06-021-1/+9
| | | | | | NotificationManagerService Change-Id: Iae4a636d3c6d5c617440b11eb5b8bc77838ad584
* notifications showJoe Onorato2010-06-021-3/+18
| | | | Change-Id: I9240b803c643874828c95afcf1ba9ed91194dbc0
* Checkpoint. Doesn't build.Joe Onorato2010-06-022-1/+19
| | | | Change-Id: I92e4d539ea71af9e22ced02cbdee7fbd456b7971
* Checkpoint. Data structures for Notifications in place.Joe Onorato2010-06-025-451/+29
| | | | Change-Id: I146fb9bc1d349112541368e2c99a667821dfdf6e
* Add expand and collapse.Joe Onorato2010-06-021-6/+28
| | | | Change-Id: I58ad95c59b2c46d3f25349e137d5624aefc6c6cd
* Make disable() work.Joe Onorato2010-06-021-118/+43
| | | | Change-Id: I93fea37e777b3e04fe7f9171d5b84821587c24f5
* Remove unused cruft.Joe Onorato2010-06-021-41/+1
| | | | Change-Id: I21a10d74106d1e4384a70cb654e4336b8f679e4a
* ClockJoe Onorato2010-06-022-126/+1
|
* Get icon updating working.Joe Onorato2010-06-021-3/+1
| | | | Change-Id: I749967545af5c97756e316231e740208fcd8ad3c
* Set the visibility of the icons.Joe Onorato2010-06-021-4/+23
| | | | Change-Id: Ib414718f1c51f1d306308a989d5d31d8e3ea7fd1
* The status bar draws its icons now.Joe Onorato2010-06-0214-2286/+172
|
* Checkpoint status bar factoring. Now it builds and doesn't crash at boot.Joe Onorato2010-06-027-627/+20
| | | | Change-Id: I23f2045abfec0b414d5381f5e609b7267da7f21a
* StatusBarService -> StatusBarManagerServiceJoe Onorato2010-06-0213-48/+48
| | | | Change-Id: I7efc245395bd91a656b30d420c9b080877162360
* Add IStatusBarJoe Onorato2010-06-021-2/+2
| | | | Change-Id: Ie73d665085d5ce7358c285bf332ef1dc96005d0f
* Rename IStatusBar to IStatusBarService.Joe Onorato2010-06-021-4/+4
| | | | Change-Id: Icfec2a830f037b21f6afaa796bf49da610567e7b
* First pass at splitting the status bar for the different devices.Joe Onorato2010-06-022-1/+18
| | | | Change-Id: I2f568df92f88dfe8de18d24dd004239f52761aa6
* Amend previous ndc commitKenny Root2010-06-011-1/+2
| | | | | | | Submitted wrong patchset. This includes the delta for the latest patchset. Change-Id: I30f8fa1503cda2459ec7284eb9fa199c9fd5ef9b
* Add more error checking for ndcKenny Root2010-06-013-113/+280
| | | | | | | | | In NativeDaemonConnector.doCommand() calls, there was inconsistent error checking. This change adds error checking for every call and makes it so that any call to .doCommand() that gets an error code won't cause the code to hang forever. Change-Id: I4584953a759a48ad16adfe8ee9e564b5f5796680
* am 5c9d9949: am 6ee412d5: Also dump system process threads halfway through ↵Christopher Tate2010-05-282-6/+26
|\ | | | | | | | | | | | | | | | | the watchdog interval Merge commit '5c9d99496dab7a5cfe7cd37df749075ec9b4421b' into kraken * commit '5c9d99496dab7a5cfe7cd37df749075ec9b4421b': Also dump system process threads halfway through the watchdog interval
| * am 6ee412d5: Also dump system process threads halfway through the watchdog ↵Christopher Tate2010-05-282-6/+26
| |\ | | | | | | | | | | | | | | | | | | | | | | | | interval Merge commit '6ee412d51d8b601580cfb4b7be4f676b7ec76afd' into froyo-plus-aosp * commit '6ee412d51d8b601580cfb4b7be4f676b7ec76afd': Also dump system process threads halfway through the watchdog interval
| | * Also dump system process threads halfway through the watchdog intervalChristopher Tate2010-05-282-6/+26
| | | | | | | | | | | | | | | | | | | | | | | | This gives us a snapshot of what the system process was doing after 30 seconds of apparent inactivity as well as after 1 minute, to help distinguishing actual deadlocks from too-slow progress, livelock, etc. Change-Id: I19758861d1b25f298e88788e8f1c7ec7bf828823
* | | am edf228ce: am dc46f6f6: Merge "Don\'t enforce broadcast timeouts for ↵Jeff Hamilton2010-05-271-4/+14
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | PRE_BOOT_COMPLETED broadcasts." into froyo Merge commit 'edf228ce1fc9aae9fe314229c19e80a434bb4393' into kraken * commit 'edf228ce1fc9aae9fe314229c19e80a434bb4393': Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.
| * | am dc46f6f6: Merge "Don\'t enforce broadcast timeouts for PRE_BOOT_COMPLETED ↵Jeff Hamilton2010-05-271-4/+14
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | broadcasts." into froyo Merge commit 'dc46f6f6cc44954c23229019270b54b8912be825' into froyo-plus-aosp * commit 'dc46f6f6cc44954c23229019270b54b8912be825': Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.
| | * Merge "Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts." ↵Jeff Hamilton2010-05-271-4/+14
| | |\ | | | | | | | | | | | | into froyo
| | | * Don't enforce broadcast timeouts for PRE_BOOT_COMPLETED broadcasts.Jeff Hamilton2010-05-261-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They're designed to handle one time upgrade code, which may take a significant amount of time. Third party code cannot receive this broadcast so the timing should be able to be kept under control. Bug: 2713849 Change-Id: I3733b6530198bebd9b8c2ba6f9f27a7999336b8d
* | | | am 8316e875: am b3f3caef: Merge "Fix null pointer exception" into froyoIrfan Sheriff2010-05-261-2/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '8316e875baee53b661d5af8fa843d97e51acbcf6' into kraken * commit '8316e875baee53b661d5af8fa843d97e51acbcf6': Fix null pointer exception
| * | | am b3f3caef: Merge "Fix null pointer exception" into froyoIrfan Sheriff2010-05-261-2/+5
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit 'b3f3caef38326be2b4aea309237f718e6e2d2b8a' into froyo-plus-aosp * commit 'b3f3caef38326be2b4aea309237f718e6e2d2b8a': Fix null pointer exception
| | * | Fix null pointer exceptionIrfan Sheriff2010-05-261-2/+5
| | | | | | | | | | | | | | | | | | | | Bug: 2718857 Change-Id: I4b04284fd5b3a4881297fe15555e9f1ca91d73cb
* | | | am c8390047: am 9ecca85f: Merge "Fix escaping of characters" into froyoIrfan Sheriff2010-05-261-4/+9
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit 'c8390047bd2344032aca915816a8b91590835105' into kraken * commit 'c8390047bd2344032aca915816a8b91590835105': Fix escaping of characters
| * | | am 9ecca85f: Merge "Fix escaping of characters" into froyoIrfan Sheriff2010-05-261-4/+9
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit '9ecca85f0613032590c6840cae48b54f3d626181' into froyo-plus-aosp * commit '9ecca85f0613032590c6840cae48b54f3d626181': Fix escaping of characters
| | * | Merge "Fix escaping of characters" into froyoIrfan Sheriff2010-05-261-4/+9
| | |\ \
| | | * | Fix escaping of charactersIrfan Sheriff2010-05-241-4/+9
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | \ and " in SSID and password cause issues with netd parsing. Fix it. Bug: 2708960 Change-Id: I278ca21c0bbfd9dc430a2f9ae02828274a0d2376
* | | | am 88ccecf5: am d1055a25: Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-3/+10
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Merge commit '88ccecf573a52648052bc9c7858f345776f76e0e' into kraken * commit '88ccecf573a52648052bc9c7858f345776f76e0e': Make the NTP Cache max-age gservices-settable
| * | | am d1055a25: Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-3/+10
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | Merge commit 'd1055a250c00b0c2516ec406a8cf9a5ab1c0b7ae' into froyo-plus-aosp * commit 'd1055a250c00b0c2516ec406a8cf9a5ab1c0b7ae': Make the NTP Cache max-age gservices-settable
| | * | Make the NTP Cache max-age gservices-settableRobert Greenwalt2010-05-251-3/+10
| | |/ | | | | | | | | | | | | | | | | | | Trying to make Throttle polling more energy efficient. bug:2708119 Change-Id: I2b75639e202dcbcee11047c43407a22de04ce350
* | | Fix build error (Boolean -> boolean)Mark Vandevoorde2010-05-241-1/+1
| | | | | | | | | | | | Change-Id: I2f337e23f4b092de41523f1195546e9d65851c84
* | | Merge "Add Geocorder.isImplemented()" into krakenMike Lockwood2010-05-241-0/+4
|\ \ \
| * | | Add Geocorder.isImplemented()Mark Vandevoorde2010-05-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Geocorder interface is not part of the Android core. It requires a backend service which may or may not be available on a device. The new isImplemented static method allows apps to discover whether the Geocorder is in fact available on the device. Change-Id: I2b5cf7bcc9cce4766bcbb156e91edf34b01f9296
* | | | New shadowy status bar, direct from Z'ha'dum.Daniel Sandler2010-05-212-34/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Artwork is FPO but serviceable enough. Many hardcoded font colors & styles were moved to styles.xml where they belong. AM/PM finally given the old heave-ho (but configurable in StatusBarPolicy.java). Notification content remains on a light-gray background for now (so as not to screw up custom RemoteViews) but status icons will definitely need across-the-board rework to look better against a dark background. Change-Id: Id9d5a699532f9336563cd6f9699bff3893735e4f
* | | | Report number of satellites used in fix instead of total for GPS Location extraKevin.KY Tsai2010-05-211-1/+2
|/ / / | | | | | | | | | | | | Change-Id: Ibffc8d21b31b02a91c8506733002e4a778556978 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | New Location Manager APIs for Criteria based requests and single shot mode.Mike Lockwood2010-05-216-36/+405
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use MS-Assisted mode for single shot GPS fixes if it is supported. Add finer grained control over accuracy to the android.location.Criteria class and location criteria logic from LocationManager to LocationManagerService Change-Id: I156b1f6c6a45d255c87ff917cf3e9726a6d7a75b Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | am aa4db173: am 9a212adc: Fix 2641875 Initialize the cache path only if the ↵Suchi Amalapurapu2010-05-181-1/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | container exists. This did exist before but was somehow removed. Fix a known test failure as well. Merge commit 'aa4db173a2465d74ea35cc7f736f6b2a5b01f72c' into kraken * commit 'aa4db173a2465d74ea35cc7f736f6b2a5b01f72c': Fix 2641875
| * | am 9a212adc: Fix 2641875 Initialize the cache path only if the container ↵Suchi Amalapurapu2010-05-181-1/+3
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | exists. This did exist before but was somehow removed. Fix a known test failure as well. Merge commit '9a212adcffbc4b32d51f512889b33ba584647aa9' into froyo-plus-aosp * commit '9a212adcffbc4b32d51f512889b33ba584647aa9': Fix 2641875
| | * Fix 2641875Suchi Amalapurapu2010-05-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | Initialize the cache path only if the container exists. This did exist before but was somehow removed. Fix a known test failure as well. Change-Id: I63219369b0e7abca4919fbde2a04035a0fea9e35
* | | am 3e9e9696: am eb9cbb8f: Resurrect flashlight support in obsolete ↵Mike Lockwood2010-05-171-0/+49
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | IHardwareService Binder API. Merge commit '3e9e9696f147c8df1236c1d7aa9496124864a81c' into kraken * commit '3e9e9696f147c8df1236c1d7aa9496124864a81c': Resurrect flashlight support in obsolete IHardwareService Binder API.
| * | am eb9cbb8f: Resurrect flashlight support in obsolete IHardwareService ↵Mike Lockwood2010-05-171-0/+49
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | Binder API. Merge commit 'eb9cbb8fdddf4c887004b20b504083035d57a15f' into froyo-plus-aosp * commit 'eb9cbb8fdddf4c887004b20b504083035d57a15f': Resurrect flashlight support in obsolete IHardwareService Binder API.