summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge "Fix rebuilding of these two apks."Patrick Scott2010-03-232-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix rebuilding of these two apks.Patrick Scott2010-03-232-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add a dummy string so that a R.stamp file will be written. Change-Id: I939f97d2d4214e2c2186c3802b606c8bfd0e3468
* | | | Merge "Asec: Add new 'StorageNotFound' response code handling for container ↵San Mehat2010-03-231-0/+11
|\ \ \ \ | | | | | | | | | | | | | | | paths"
| * | | | Asec: Add new 'StorageNotFound' response code handling for container pathsSan Mehat2010-03-231-0/+11
| |/ / / | | | | | | | | | | | | | | | | Change-Id: I45d113f77b9f0e519087356b70fc6c4b5c290935 Signed-off-by: San Mehat <san@google.com>
* | | | Merge "LocationTracker: Fix default values for debug and signal strength ↵Mike Lockwood2010-03-231-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | logging."
| * | | | LocationTracker: Fix default values for debug and signal strength logging.Mike Lockwood2010-03-231-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | Set default to false to match the checkbox values in the preference resource. Signed-off-by: Mike Lockwood <lockwood@android.com>
* | | | Don't delete stale containers on sdcard.Suchi Amalapurapu2010-03-231-3/+1
|/ / / | | | | | | | | | | | | | | | Comment out flaky test Change-Id: Ic7da6421c1a1980c19f7f1c929976432245479fa
* | | Merge "Add connectivity manager automation test framework: - Create a dummy ↵Xia Wang2010-03-226-0/+764
|\ \ \ | | | | | | | | | | | | activity - ConnectivityManagerTestActivity - to listen to broadcast from connectivity manager, to control wifi, and to verify that connectivity information for different network types. This framework will be used for funcitonal tests and stress tests."
| * | | Add connectivity manager automation test framework:Xia Wang2010-03-206-0/+764
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create a dummy activity - ConnectivityManagerTestActivity - to listen to broadcast from connectivity manager, to control wifi, and to verify that connectivity information for different network types. This framework will be used for funcitonal tests and stress tests. - Add two functional test cases: . test3GToWifiNotification: test enabling Wifi without associating with any access point, Wifi stays disconnected, device should still connect to cellular. . testConnectToWifi: when switching from cellular to Wfi and associated with a given AP, connectivity manager broadcast the right informtion for mobile and Wifi. Change-Id: Ib6fcf0ff6dd9725076836032e567c0a6a52f622f
* | | | Add new method call back in MountService.Suchi Amalapurapu2010-03-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PackageManager invokes this call back when its done handling the media status update. Add new uid check for updateExternalMediaStatus Change killPids method in ActivityManager. Remove mountsd command in Pm.java We cannot arbitrarily enable/disable packages in PackageManager now. Change-Id: I28dcba4afd2b4486f68abdaa1628a31b66544c91
* | | | Implements layoutTestController.overridePreference()Steve Block2010-03-224-1/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change provides the infrastructure for layoutTestController.overridePreference(). Currently, we only provide an implementation for the preference 'WebKitOfflineWebApplicationCacheEnabled', which is required by the layout test http/tests/appcache/disabled.html. Change-Id: I8552f2f4e23b982db2d067ffa20c052e56d8fb7f
* | | | Removes most remaining appcache layout tests from the DumpRenderTree ↵Steve Block2010-03-221-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ignoreResults list The server serving the layout tests has now been updated to to reflect the current version of WebKit (r54731) so serveral more tests now pass. Change-Id: I95afa0012bf3fed15c733b0317ecd4c03f7a158f
* | | | Merge "Implements layoutTestController.setAppCacheMaximumSize"Steve Block2010-03-222-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Implements layoutTestController.setAppCacheMaximumSizeSteve Block2010-03-202-1/+4
| | | | | | | | | | | | | | | | Change-Id: Ib64123738bc384213ef80e2e60e4a0d9407c09d8
* | | | Grant permissions to apps on sd when enabling/disabling packages.Suchi Amalapurapu2010-03-191-0/+27
|/ / / | | | | | | | | | Change-Id: I0f011bd4a3348ccd46fd7ae9765edf8933b94142
* | | Removes an appcache test from the DumpRenderTree ignoreResults listSteve Block2010-03-191-1/+0
| | | | | | | | | | | | | | | | | | | | | Android-specific results for this test were added in https://android-git.corp.google.com/g/45462 Change-Id: I7716c2c061ab955d0bf96523b6aab747898cc4e7
* | | Switch default install location to unspecified.Suchi Amalapurapu2010-03-181-55/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a new install location unspecified for backward compatibility. There is not much difference between policies auto and unspecified. But we dont have to make any code changes in PackageParser based on our preference for install location. Add tests Change-Id: I563238133261d911d08fbc66344687b7dfc870b1
* | | Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as ↵Steve Block2010-03-181-16/+5
|\ \ \ | | | | | | | | | | | | workers are now disabled"
| * | | Adds worker tests to the DumpRenderTree ignoreResults list, as workers are ↵Steve Block2010-03-171-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | now disabled Change-Id: I19fbba824cbae372849a8f8ee66dbc8849101eb1
* | | | Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-1810-1/+331
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to keep the assigned permissions when apps are temporarily removed due to the SD card being unmounted, and also if you use the facility to uninstall an app but keep its data. Also fixes issue #2515189: Potential permission spoofing attack in Android (external bug 7166) Change-Id: I2a120ec938552028c989f9e0e890c32773957738
* | | | Merge "Add new install flag to install on internal flash only Change default ↵Suchi Amalapurapu2010-03-171-53/+623
|\ \ \ \ | |/ / / |/| | | | | | | install location policy for new flag. New error code for media unavailable."
| * | | Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-53/+623
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change default install location policy for new flag. New error code for media unavailable. Change-Id: I5a5d0828b067692b2b94a15a2bcc7534f796c1a2
* | | | Merge "Updates the status of some HTML5 storage layout tests in the ↵Steve Block2010-03-171-4/+5
|\ \ \ \ | | | | | | | | | | | | | | | DumpRenderTree skipped list"
| * | | | Updates the status of some HTML5 storage layout tests in the DumpRenderTree ↵Steve Block2010-03-171-4/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | skipped list Bug: 2079807 Change-Id: I2bff326e68d8ac761fd2c4628fab8b10d255c7dc
* | | | Merge "Disable the HanziToPinyinTest when there is no Chinese collator."Dmitri Plotnikov2010-03-171-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Disable the HanziToPinyinTest when there is no Chinese collator.Bai Tao2010-03-181-0/+4
| | | | | | | | | | | | | | | | Change-Id: I180b927dbb24ceb254fd535633230032a3363562
* | | | Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-32/+113
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new remote method to check for insufficient error conditions. Some fixes in MountService when updating media status on PackageManagerService Fix size calculation condition in installd. Add new error code if media is unavailable. New tests for testing error codes. Some additional debugging statements in MountService. Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf
* | | Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"Jim Miller2010-03-151-26/+5
|\ \ \
| * | | Fix 2428368: Fix most of the lockscreen orientation refresh bugsJim Miller2010-03-121-26/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change removes the legacy notification of orientation and configuration changed events from KeyguardUpdateMonitor and moves them into the individual activities. This was necessary to guarantee order of events. In addition, to minimize discrepencies due to notification lag, Keyguard screens (LockScreen, PatternUnlock, etc.) are now responsible for handling onConfigurationChanged() notification and forwarding them to LockPatternKeyguardView by a call to recreateMe() with the new configuration. Change-Id: I703daf3e91bc6588e87c844a3ed3d259a6b8ecdf
* | | | Merge "Replace all uses of bzero with memset. Bzero and memset are both ↵Carl Shapiro2010-03-151-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes."
| * | | | Replace all uses of bzero with memset. Bzero and memset are bothCarl Shapiro2010-03-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiler built-ins so this change should not negatively effect the generated code. However, a forthcoming commit will remove the implicit include of strings.h from stdlib.h and bzero will no longer be visible in these translation units without additional includes. Change-Id: I8080fbcaabad4ff280163515168e4af5cd0a7112
* | | | | Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does ↵Steve Block2010-03-151-2/+4
|/ / / / | | | | | | | | | | | | | | | | | | | | not support XPath Change-Id: Ibda46541161581923d15258b863ed47f248ae626
* | | | Merge "Puts two regex layout tests back on the DumpRenderTree skipped list"Steve Block2010-03-121-3/+4
|\ \ \ \
| * | | | Puts two regex layout tests back on the DumpRenderTree skipped listSteve Block2010-03-121-3/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fast/regex/test1.html and fast/regex/slow.html were removed from the skipped list in https://android-git.corp.google.com/g/#change,43908 However, they cause DumpRenderTree to hang when run with V8, so are added back to the list pending further investigation. Bug: 2509394 Change-Id: I83c361c99fcd61e940a169f1ed00614529af48ff
* | | | Add correct copyright headers to multiple filesKenny Root2010-03-1127-4/+436
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Adds to DumpRenderTree the ability to ignore the results of testsSteve Block2010-03-115-44/+96
| | | | | | | | | | | | Change-Id: I7c16d9713fc35c773b810f9d5ce6700f8d9a28e4
* | | Merge "Check if the JS_ENGINE key exists as an environment variable before ↵Ben Murdoch2010-03-111-1/+1
|\ \ \ | | | | | | | | | | | | reading it."
| * | | Check if the JS_ENGINE key exists as an environment variable before reading it.Ben Murdoch2010-03-111-1/+1
| | | | | | | | | | | | | | | | Change-Id: I274b23ea53ec0129ea3b52ff66322f7069338f53
* | | | Merge "Remove http/wml from the DumpRenderTree skipped list, as this ↵Steve Block2010-03-111-1/+0
|\ \ \ \ | |/ / / |/| | | | | | | directory no longer exists."
| * | | Remove http/wml from the DumpRenderTree skipped list, as this directory no ↵Steve Block2010-03-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | longer exists. Change-Id: I7f97d68695ee1df45329749d8f08d44364bfef24
* | | | Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number Change-Id: Ib5110c9377990e20a48cee923e55898dfddfd1e6
* | | | Rename ApplicationInfo.FLAG_ON_SDCARD to ↵Suchi Amalapurapu2010-03-101-4/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | ApplicationInfo.FLAG_EXTERNAL_STORAGE Change-Id: Iadef9f9bb2851c38b6d79be1bafbf932abce4210 Change-Id: I2e412bace3d8005db5057a3497bd836d0038b90c
* | | Merge "Add new shutdown observer for MountService. Use new observer before ↵Mike Lockwood2010-03-092-0/+258
|\ \ \ | | | | | | | | | | | | rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now."
| * | | Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-092-0/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now. Change-Id: Iefb157451d3d9c426cb431707b870a873c09123d
* | | | Add conditions to check for updated system applications. Restrict themSuchi Amalapurapu2010-03-091-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to internal flash only even before we copy. Return error codes when install flag options mismatch. Some conditions for existings apps - install flags override existing location - explicity manifest option install location overrides previous location - if upgraded package's install location is unspecified or auto, fall back to recommended install policy which considers user setting as well. Check for sdcard status before finding available size on sdcard Add light weight parsing for manifest attributes including package name and install location only Change-Id: I5143dda87c88c595f564b317326c926d0ec3ceb8
* | | | Removes from DumpRenderTree the superfluous result file for tests that time out.Steve Block2010-03-091-29/+15
|/ / / | | | | | | | | | | | | | | | | | | | | | This file is currently not used. Tests that time out are reported as failures. Also fixes naming in code for tests that have no text results. Change-Id: I6412db4dcf9884abdc80f5cff525ef9431bad001
* | | Removes regex tests from the DumpRenderTree skipped listSteve Block2010-03-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | It looks like these were previously exluded due to taking too long. However, they run in a reasonable time on passion. Also removes AppleScript from the skipped list, as this directory no longer exists. Change-Id: I98e3d0b3222dcd79287b15c512430341fab4f0f8
* | | Add shared workers tests to DumpRenderTree skipped listSteve Block2010-03-091-0/+18
| | | | | | | | | | | | Change-Id: I307bf718253ad3e340d3a95b1056523f37d150be
* | | Refactor android.backup => android.app.backupChristopher Tate2010-03-052-8/+8
| | | | | | | | | | | | Change-Id: I0b21316ff890d7f3c7d4b82837bb60670724c2e8
* | | AsecTests: Add a test to validate container sizeSan Mehat2010-03-041-12/+11
| | | | | | | | | | | | Signed-off-by: San Mehat <san@google.com>