History log of /frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
840796a3c29183a6f9bcf3d50ecae45405b63d88 07-Nov-2014 Mårten Kongstad <marten.kongstad@sonymobile.com> RRO tests: fix potential NPE

Bug: 17765434

Check for null before closing streams.

Change-Id: I651785649575725009f270d4d8eb5f4bf90952a6
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java
e75b2c267761be6f7d762930b980f435c1789eea 17-Jun-2014 Adam Lesinski <adamlesinski@google.com> Fix runtime overlay tests

The runtime overlay tests were crafting bad locales.

Change-Id: I33c87e71752756f40a954db9f01ea3cdde488a42
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java
ad6ed950dbfa152c193dd7e49c369d9e831f1591 31-Jan-2014 Mårten Kongstad <marten.kongstad@sonymobile.com> Runtime resource overlay, iteration 2, test cases

Add automated test cases for runtime resource overlay, iteration 2.

The test cases are a mixture of 'adb shell' commands and regular
instrumentation tests. The device is rebooted between tests to setup
different overlay scenarios for framework-res.apk.

To verify Runtime resoure overlay, iteration 2, run
$ frameworks/base/core/tests/overlaytests/testrunner.py

For a list of supported options, run
$ frameworks/base/core/tests/overlaytests/testrunner.py --help

Change-Id: I692aa1a7ad073efd116b24f9ec7f197dfd65dfef
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java
c458ce98ce42c00b98afe00670f822814f3da572 30-Apr-2012 Jeff Brown <jeffbrown@google.com> Add support for using the lid switch to turn off the screen.

Added a config option to allow the lid switch to turn off the
screen. This is a closer match to what a lid switch should be
doing.

Removed an old feature to bypass keyguard when keyboard is visible
because the way it was plumbed in made bad assumptions about
the meaning of the lid switch. Also, the last product we shipped
that had a physical keyboard turned this config option off.
So away it goes. We can bring it back someday if we really want it.
It's questionable how useful the feature is anyhow, since it only
works when the keyguard is unsecure and when the lid switch is
unlikely to be jostled in the user's pocket.

Fixed a bug where we would tell the power manager that the keyboard
was visible even if the lid switch did not control the keyboard.
This used to cause the power manager to try to set the keyboard
brightness, which doesn't work.

Bug: 6377115
Bug: 6406726
Change-Id: Ic84b71d09563d51c92cd1cf132fa8bdee6509103
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java
57f4b77c89bafedf9468f9a636561c0c193405c9 17-Mar-2011 Mårten Kongstad <marten.kongstad@sonyericsson.com> Runtime resource overlay, iteration 1.

Runtime resource overlay allows unmodified applications to appear
as if they had been compiled with additional resources defined. See
libs/utils/README for more information.

This commit is the first iteration of runtime resource overlay. It
provides the actual overlay modifications and loading of trusted overlay
packages (ie residing in /vendor) targeting framework-res.apk.

This commit loads exactly one overlay package. The overlay,
if present, must target framework-res.apk and be located at
/vendor/overlay/framework/framework-res.apk.

Change-Id: If26ee7754813004a96c043dba37fbe99fa3919db
/frameworks/base/core/tests/overlaytests/OverlayTest/src/com/android/overlaytest/OverlayBaseTest.java