summaryrefslogtreecommitdiffstats
path: root/services/java/com/android/server/status
Commit message (Collapse)AuthorAgeFilesLines
* Move status_bar_latest_event and LatestItemView into SystemUI.apk.Joe Onorato2010-06-093-526/+0
| | | | | | | | Then, now that StatusBarManagerService is the only thing in that package, move it up to the regular services package. (I've been waiting for 4 years to delete that package!) Change-Id: If5faf44641319fd19e486d1f4e5bc1c6dfcff3ad
* Start the status bar service based on a configuration option, instead of ↵Joe Onorato2010-06-091-6/+7
| | | | | | | | trampolining through a braodcast receiver. Change-Id: I6ae0740fea07350b80c35c0ee2d938e0364d773e
* Require the STATUS_BAR_SERVICE permission for something to be the status bar.Joe Onorato2010-06-091-1/+15
| | | | Change-Id: I57b2d296e0d0cef0d256ae6697fffc47188d14df
* Handle errors inflating notifications (and their icons).Joe Onorato2010-06-091-0/+7
| | | | | | | | | | | | | On an inflation error, the StatusBarService cleans up, removes / doesn't add the views, and calls into the StatusBarManagerService, which tells the NotificationManagerService to remove the notification. That then calls all the way back into the StatusBarService, but I think being extra careful is okay. Throughout the status bar, it's all keyed off of the IBinder key, so if the app comes in with a good notification while we're cleaning up, we won't lose the new notification or anything like that. Change-Id: Iea78a637495a8b67810c214b951d5ddb93becacb
* Move the usb mass storage notification & activity into SystemUI.apk.Joe Onorato2010-06-092-667/+0
| | | | | | Also fix the notification to show properly when the runtime is restarted. Change-Id: Id0c7ef9f9dc9c9df18428cbaa7db1703f085137e
* 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-021-1229/+0
| | | | Change-Id: Ibf30b8196d65d7fbca1177968cefa5f7a875bf1d
* Remove unused files from the service package.Joe Onorato2010-06-023-162/+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-024-421/+25
| | | | 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-0212-2268/+163
|
* 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-029-29/+29
| | | | 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-021-1/+16
| | | | Change-Id: I2f568df92f88dfe8de18d24dd004239f52761aa6
* 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
* am 4adacd23: merge from open-source masterThe Android Open Source Project2010-05-121-2/+4
|\ | | | | | | | | | | | | Merge commit '4adacd23d4c91569b16fe50419f1a91f68d805bd' into kraken * commit '4adacd23d4c91569b16fe50419f1a91f68d805bd': Add support for EVDO Rev B
| * merge from open-source masterThe Android Open Source Project2010-05-121-2/+4
| |\ | | | | | | | | | Change-Id: If6730b50627b2231bd345e594d8d30a37557849e
| | * Add support for EVDO Rev BNaveen Kalla2010-05-111-2/+4
| | | | | | | | | | | | Change-Id: I8588e8b342c51f4b79bced8ef8fe60d57f07aefa
| | * Immediately close the shade when the status bar is disabled. (DO NOT MERGE)Daniel Sandler2009-12-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This provides a quick fix for http://b/2298803 (if the in-call UI comes up while the user is holding the windowshade, the shade sticks in place and the display becomes unresponsive). Merged from master (I92a824fe). TODO: safely restore code to animate the shade closed rather than simply causing it to disappear. Change-Id: I53dc76fdfe86636f30f37a223a88d27a5766d3eb
* | | am 087b25f7: am 6e4895b6: Merge "Make timezone changes apply to status bar ↵Amith Yamasani2010-04-281-0/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | time in 24hr mode. Bug: 2632681" into froyo Merge commit '087b25f7e2669497cf217d873437e8726c139abd' into kraken * commit '087b25f7e2669497cf217d873437e8726c139abd': Make timezone changes apply to status bar time in 24hr mode. Bug: 2632681
| * | Make timezone changes apply to status bar time in 24hr mode. Bug: 2632681Amith Yamasani2010-04-281-0/+3
| | | | | | | | | | | | | | | | | | | | | The SimpleDateFormat was being cached and new timezone not being applied. Make sure to apply the new timezone to the format object as soon as it changes. Change-Id: I72abfef2e14cf5db5a6e8cb71b053380b695495c
| * | Make the silent/vibrate status icon reflect overall device state. (DO NOT MERGE)Daniel Sandler2010-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, this status icon reflected just the incoming call behavior: - gone for audible (with or without vibrate), - wiggling phone for vibrate, - silent (speaker + X) for no audible ring or vibrate. Now that silent mode has changed (see VIBRATE_IN_SILENT), you can easily get into a state where this icon is confusing by setting the incoming call ringer to *never* vibrate but setting the overall device silent state to allow vibration (VIBRATE_IN_SILENT=true). In this case, rocking the volume all the way down would show a wiggling phone (because the device is in vibrate-only mode) but the status bar would show speaker+X (because the incoming call would neither ring nor vibrate). Now these two icons are consistent. This means, however, that if this special condition is set by the user (device vibrates in silent mode, but incoming calls should never vibrate) and the device is in silent mode, the status bar will show a wiggling phone even though incoming calls will not vibrate the device. This puts the ringer on a more even footing with other apps on the device, which may elect not to vibrate even if VIBRATE_IN_SILENT=true overall. Bug: 2598014 Change-Id: Ib942f68738d77ab0d9b9da4fac718ae5957c133c
* | | am 7ecf08fa: am 815b8e4a: Merge "Add emergencyOnly indicator in ↵John Wang2010-04-071-2/+3
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | ServiceState." into froyo Merge commit '7ecf08faa9da7d372dd319aac8b1e5760a116601' into kraken * commit '7ecf08faa9da7d372dd319aac8b1e5760a116601': Add emergencyOnly indicator in ServiceState.
| * | Add emergencyOnly indicator in ServiceState.John Wang2010-04-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For bug 2536842 to show signal strength in Emergency mode. The STATE_EMERGENCY_ONLY of ServiceState is not in-use. So add a hide interface to indicate Emergency mode. Change-Id: I19398ac5e73a722dcaaf744347f961d1fa7513ac
* | | Move files internal to LocationManagerService from framework.jar to services.jarMike Lockwood2010-04-041-8/+8
|/ / | | | | | | | | Change-Id: Iebbfc49b8300ab59730733efdf489ec87ea45a25 Signed-off-by: Mike Lockwood <lockwood@android.com>
* | Fix issue #2544466: Car Home brightness icon comes and goes while phone is ↵Dianne Hackborn2010-03-261-2/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in car dock in FRE83 There was a really dumb bug that was causing us to not always apply the new configuration. As a result of fixing this, there were new glithes in the transition between car and regular mode, so further work here to fix that. And since I was actually working during the night and seeing night mode, I noticed how obnoxiously bright the status bar is compared to the car home at night, so it now nicely dims itself when we switch to the night config. Oh and in doing that I also found and fixed a bug in dispatching config changes to a window (where they wouldn't get dispatched if the window didn't resize). FINALLY... tweak the wallpaper enter/exit animations a bit to make them a little smoother. Change-Id: I4e062093cbcfbc919307799a794846db2920216f
* | Fix StatusBarService deadlock for real this time.Joe Onorato2010-03-261-80/+81
| | | | | | | | | | | | | | The lock is now only held long enough to swap the queue with a new ArrayList. Bug: 2542233 Change-Id: I8c1c3d4d0b5b53166cc239fc0069d69929b43f91
* | Fix 2495749 - System process crash when a notification switches sections.Joe Onorato2010-03-252-3/+20
| | | | | | | | Change-Id: I86ff1b78fc309b758c6457be867509b71042d42e
* | Add new activity manager method to get list of running applications ↵Suchi Amalapurapu2010-03-231-6/+22
| | | | | | | | | | | | | | | | | | | | installed on sdcard. Use new method in UsbStorageActivity. Fix moving dex files. moveDex should be suffixed with LI since it uses Installer Change-Id: Id5ef0254578e84b9aae2c2ac44f722eb5a0fda1c
* | Update signal strength mapping for GSM/UMTS.jsh2010-03-181-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | b/2480975 New mapping: 4 bars: >= 12 asu 3 bars: >= 8 asu 2 bars: >= 5 asu 1 bar: >= 3 asu 0 bars: <= 2 asu Change-Id: I73dcc8e490d039ec392f027fc96f95dc951ca793
* | Fix for deadlock between StatusBarService and NotificationManagerServiceObi Okafor2010-03-171-14/+19
| | | | | | | | | | | | | | | | | | A ServerThread holding a lock on mQueue in StatusBarService invoked a callback in NotificationManagerService which required a lock on mNotificationList. At the same time, a BinderThread holding a lock on mNotificationList was attempting to post a message to StatusBarService which requires lock on mQueue. The fix is to release the lock on mQueue in handleMessage() before running the actions at the end of the method.
* | Merge "Add progress indicator to USB mass storage screen."Daniel Sandler2010-03-171-8/+34
|\ \
| * | Add progress indicator to USB mass storage screen.Daniel Sandler2010-03-161-8/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the user taps on the enable button, it's hidden and replaced with an indeterminate ProgressBar; this is in turn hidden and replaced with the disable button in response to broadcasts from the MountService. (Disabling UMS is analogous.) (Requires change Ic53cb370, which moves MountService's operations out of the UI thread.) Bug: 2483340 Change-Id: Ia25d99cd9709ee5a05316e8f05f66ca9da20aa25
* | | make the statusbar viewtracker opaqueMathias Agopian2010-03-161-1/+1
|/ / | | | | | | Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4
* | Add correct copyright headers to multiple filesKenny Root2010-03-1118-0/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Format for the list of changes shows the origin commit reference followed by the file name. 33931-p9 awt/org/apache/harmony/awt/gl/font/AndroidGlyphVector.java 33931-p9 awt/org/apache/harmony/awt/gl/image/PngDecoderJava.java 133776-p9 core/java/android/app/IntentService.java 127013-p9 core/java/android/appwidget/AppWidgetHost.java 27863-p9 core/java/android/bluetooth/BluetoothAudioGateway.java 60765-p9 core/java/android/content/SyncResult.java 43920-p9 core/java/android/content/pm/ActivityInfo.java 43920-p9 core/java/android/content/pm/ApplicationInfo.java 43920-p9 core/java/android/content/pm/InstrumentationInfo.java 43920-p9 core/java/android/content/pm/PackageInfo.java 44103-p9 core/java/android/content/pm/PackageItemInfo.java 68960-p9 core/java/android/content/pm/PackageStats.java 43920-p9 core/java/android/content/pm/ResolveInfo.java 43920-p9 core/java/android/content/pm/ServiceInfo.java 60641-p9 core/java/android/content/res/Configuration.java 60734-p9 core/java/android/content/res/TypedArray.java 137672-p9 core/java/android/inputmethodservice/ExtractButton.java 123112-p9 core/java/android/inputmethodservice/ExtractEditText.java 119291-p9 core/java/android/inputmethodservice/IInputMethodSessionWrapper.java 112946-p9 core/java/android/inputmethodservice/IInputMethodWrapper.java 115078-p9 core/java/android/os/BatteryStats.java 124790-p9 core/java/android/text/style/UpdateAppearance.java 45083-p9 core/java/android/view/RawInputEvent.java 101491-p9 core/java/android/view/inputmethod/EditorInfo.java 114701-p9 core/java/android/view/inputmethod/ExtractedText.java 123112-p9 core/java/android/view/inputmethod/ExtractedTextRequest.java 119291-p9 core/java/com/android/internal/os/HandlerCaller.java 129279-p9 core/java/com/android/internal/os/PkgUsageStats.java 114701-p9 core/java/com/android/internal/view/IInputConnectionWrapper.java 114701-p9 core/java/com/android/internal/view/InputConnectionWrapper.java 84364-p9 opengl/java/android/opengl/EGLLogWrapper.java 11355-p9 opengl/tools/glgen/src/CFunc.java 11355-p9 opengl/tools/glgen/src/CType.java 11355-p9 opengl/tools/glgen/src/CodeEmitter.java 11355-p9 opengl/tools/glgen/src/GenerateGL.java 11355-p9 opengl/tools/glgen/src/JFunc.java 11355-p9 opengl/tools/glgen/src/JType.java 11355-p9 opengl/tools/glgen/src/JniCodeEmitter.java 11355-p9 opengl/tools/glgen/src/ParameterChecker.java 57236-p9 services/java/com/android/server/status/AnimatedImageView.java 66754-p9 services/java/com/android/server/status/CloseDragHandle.java 57188-p9 services/java/com/android/server/status/DateView.java 46928-p9 services/java/com/android/server/status/ExpandedView.java 70590-p9 services/java/com/android/server/status/FixedSizeDrawable.java 45968-p9 services/java/com/android/server/status/IconData.java 57470-p9 services/java/com/android/server/status/IconMerger.java 82719-p9 services/java/com/android/server/status/LatestItemView.java 45968-p9 services/java/com/android/server/status/NotificationData.java 66754-p9 services/java/com/android/server/status/NotificationLinearLayout.java 57458-p9 services/java/com/android/server/status/NotificationViewList.java 45968-p9 services/java/com/android/server/status/StatusBarException.java 45968-p9 services/java/com/android/server/status/StatusBarIcon.java 46130-p9 services/java/com/android/server/status/StatusBarNotification.java 45968-p9 services/java/com/android/server/status/StatusBarView.java 46199-p9 services/java/com/android/server/status/Ticker.java 62286-p9 services/java/com/android/server/status/TickerView.java 57188-p9 services/java/com/android/server/status/TrackingView.java 86041-p9 telephony/java/android/telephony/PhoneStateListener.java 87020-p9 telephony/java/com/android/internal/telephony/TelephonyIntents.java 136269-p9 telephony/java/com/android/internal/telephony/gsm/SpnOverride.java 34409-p9 tests/FrameworkTest/src/com/android/frameworktest/FrameworkTestApplication.java 55717-p9 tests/FrameworkTest/src/com/android/frameworktest/performance/InvalidateCycle.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityLandscape.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/AutoCompleteTextViewActivityPortrait.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityNonScrollableResize.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollablePanScan.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/BigEditTextActivityScrollableResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/BottomEditTextActivityResize.java 127341-p9 tests/ImfTest/src/com/android/imftest/samples/ButtonActivity.java 129347-p9 tests/ImfTest/src/com/android/imftest/samples/DialogActivity.java 129372-p9 tests/ImfTest/src/com/android/imftest/samples/EditTextActivityDialog.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityNoScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollPanScan.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/ManyEditTextActivityScrollResize.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivityNotSelected.java 128994-p9 tests/ImfTest/src/com/android/imftest/samples/OneEditTextActivitySelected.java 25959-p9 tests/framework-tests/src/android/test/FrameworkTests.java 46162-p9 tests/framework-tests/src/com/android/internal/http/multipart/MultipartTest.java 77101-p9 tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/NinePatchTest.java 9788976b1465ce982b5ae7c741345edd0ecd9322 core/java/android/accounts/AuthenticatorDescription.java 53332883543868fb83e111a07306368b7772b340 core/java/android/app/UiModeManager.java 93e7e22ec91dbc641d10ca6d70423e1357a95bba core/java/android/app/FullBackupAgent.java 328c0e7986aa6bb7752ec6de3da9c999920bb55f core/java/android/content/CursorEntityIterator.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncQueue.java 307da1a46b4c9b711bafe8fbaaa6b98e8868c18e core/java/android/content/SyncOperation.java eb034652c2037a47ebfd99779e8383bb8bb528af core/java/android/content/pm/LabeledIntent.java 49237345d83e62fdb9eb8d50b13ad086636a04fa core/java/android/content/pm/FeatureInfo.java a2b6c3775ed6b8924232d6a01bae4a19740a15f8 core/java/android/content/pm/PackageInfoLite.java 3ecd5f437580e49d80beecd29489d5fb1f7a7db0 core/java/android/content/pm/RegisteredServicesCacheListener.java 5ebbb4a6b3e16f711735ae0615b9a9ea64faad38 core/java/android/content/pm/XmlSerializerAndParser.java c4516a7b62de525e3d6d5e76851bdfaf12c11f05 core/java/android/database/sqlite/SQLiteTransactionListener.java 9bbc21a773cbdfbef2876a75c32bda5839647751 core/java/com/android/internal/backup/LocalTransport.java 21f1bd17b2dfe361acbb28453b3f3b1a110932fa core/java/com/android/internal/content/PackageMonitor.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseSurfaceHolder.java 4c62fc0e1e5ea9c69a12a7d1cf8b3ec8b2d114a3 core/java/com/android/internal/view/BaseIWindow.java e540833fdff4d58e37c9ba859388e24e2945ed45 core/java/com/android/internal/os/SamplingProfilerIntegration.java 192ab903887bbb8e7c7b6da5c581573850e30f46 core/tests/coretests/src/android/widget/expandablelistview/PositionTesterContextMenuListener.java 1619367ab823150fa8856d419abe02ceb75886f1 media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/MediaProfileReader.java 27f8002e591b5c579f75b2580183b5d1c4219cd4 opengl/tools/glgen/stubs/gles11/glGetString.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetProgramInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glGetShaderInfoLog.java 560814f6b11abe83ff0c4ed18cac015c276b3181 opengl/tools/glgen/stubs/gles11/glShaderSource.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GenerateGLES.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/Jsr239CodeEmitter.java 1c4907ee77392afb768c2f088e0dedbe4239f6fb opengl/tools/glgen/src/GLESCodeEmitter.java 69e21f5f6e0d04539cd92848ea009dd615d88c2c opengl/tests/gldual/src/com/android/gldual/TriangleRenderer.java c028be4f3b8c7476b46859f66c3f33d528adf181 packages/DefaultContainerService/src/com/android/defcontainer/DefaultContainerService.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestActivity.java 7c6efa13f129dbae5319f0981a430d4662f43354 tests/BrowserPowerTest/src/com/android/browserpowertest/PowerTestRunner.java df8a3f31d871db25e952972c2eb346a71186e9e3 tests/BrowserTestPlugin/src/com/android/testplugin/TestPlugin.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ActivityManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/ServiceManagerPermissionTests.java cfaef699e1dfb3a75d5b51f3b15816f13670fd51 tests/permission/src/com/android/framework/permission/tests/WindowManagerPermissionTests.java Copyright header moved to top in following file: core/tests/coretests/src/android/widget/ListViewTest.java Change-Id: I3c3198be5a0ba36e18679ed834170432bf0b8418
* | Switch the services library to using the new SlogJoe Onorato2010-03-0113-73/+73
| |
* | Add dialog to display storage users when enabling/disabling umsSuchi Amalapurapu2010-02-261-35/+91
| | | | | | | | | | | | | | | | Some error dialogs and related strings MountService changes to follow unmount path when enabling ums. Please note that MountService api setUmsEnabled does not return error codes for now. This is a known limitation.
* | Merge "Make the notification windowshade work properly with overscroll."Joe Onorato2010-02-233-50/+31
|\ \
| * | Make the notification windowshade work properly with overscroll.Joe Onorato2010-02-233-50/+31
| | | | | | | | | | | | Bug: 2432590