| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* changes:
PerformanceCollector: Collect & report perf measurements in key/value form
|
| |
| |
| |
| |
| |
| |
| | |
- Added new functions to PerformanceCollector and PerformanceResultsWriter
- Modified unit tests to test new functionality and fix flakiness reported in
2218327 and 2118268
- Added PerformanceCollectorTest to small suite
|
|/ |
|
|
|
|
| |
Bugs 2118268, 2176089
|
|
|
|
| |
BUG 2139334
|
|
|
|
| |
BUG 2170975
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Suppress flaky test HeapTest#testOomeLarge.
|
| |
| |
| |
| | |
BUG 2170975
|
|/
|
|
|
|
| |
WVGA devices.
Change-Id: I407c7baa5606aaee875f51d6e96ce8a0117fc375
|
|
|
|
|
| |
Addresses issue:
http://buganizer/issue?id=2164455
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Added code style fix that actually did not get submitted in 2nd patch of previous change.
|
| |
| |
| |
| | |
previous change.
|
|\ \
| |/
| |
| |
| | |
* changes:
Add checks for double-dumping on webkit data.
|
| |
| |
| |
| | |
Also some logs seem to suggest that in rare occations, a webkit dump after timeout has occured actually never hears any response back from webkit, thus causing the test app to wait forever, because the request webkit data mechanism is not protected by a timeout watchdog. So adding a explicit log print before calling webkit dump for monitoring in future test runs.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NeighboringCellInfo works in GSM and UMTS network.
In GSM network, the locaiton value is the combination of LAC and CID.
In UMTS network, the locaiton value is PSC code.
NeighboringCellInfo should access and store those two values seperately.
It involves the change of Public API.
1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS.
2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
|
|
|
|
|
|
|
| |
when running in automated mode.
Change-Id: I4d8f6b447dd3c7d7b4baa449a5bacebe4ba59d25
(cherry picked from commit 15b503e46315a56467c0b40d411b457eda7ee334)
|
|
|
|
|
|
|
| |
Addresses issue:
http://b/issue?id=2122045
Change-Id: Ia43e254f0808e1d96cbd240101eee621979e9100
|
|\
| |
| |
| |
| | |
* changes:
fix bug 2134367: failing phone number compare test.
|
| |
| |
| |
| | |
Change-Id: Iccc3b69cd1e4bdb82da48d87d610e4a45ae31601
|
|\ \
| |/
|/|
| |
| | |
* changes:
Setting the default HTTP user agent at runtime init.
|
| |
| |
| |
| |
| | |
I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
fix bug 2134685: fix tests for PhoneNumberUtilsTest.
|
| | |
| | |
| | |
| | | |
Change-Id: I28c4e69775c7ce20983c052b8b77ba2df6d5c63b
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Added a workaround to clear the browser cache.
|
| |/
| |
| |
| | |
modified: BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
|
| |
| |
| |
| |
| |
| |
| |
| | |
should consider them in Java layer.
Uguu.
Internal issue number: 2134367
|
|/
|
|
| |
The density test expects all resources of all densities to be included, but specifying a density for a particular device build kills that. We therefore add all the required densities explicitly to the Makefile to compensate.
|
|
|
|
|
|
| |
has finished loading.
Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed
|
|\
| |
| |
| |
| | |
* changes:
Fix issue #2121993: com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
|
| |
| |
| |
| |
| |
| | |
com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
Change-Id: I5f2cc8b39d3f15782e5fbf47015be9f4fa94a65b
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
add the ability to do a newAssert with no values
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Filter out failing cases for future investigation.
|
| |/ |
|
|/
|
|
| |
that they can be shared between automated test mode and UI launch mode.
|
|
|
|
| |
Change-Id: I6d1f45f31210c2353fa348cc37be8d91bcd5e887
|
|\
| |
| |
| |
| | |
* changes:
fix ContentProviderOperationTest
|
| | |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Add more error message if the script failed to pull result file from device.
|
| | |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Move backlight brightness from HardwareService to PowerManager
|
| |
| |
| |
| |
| |
| |
| |
| | |
to prevent apps from changing the hardware behind its back.
Fixes b/2041941 Lock screen flashes the screen very bright before dimming
Change-Id: Ice757f7ae87902bdfb3634471cf44f020ebfaae4
Signed-off-by: Mike Lockwood <lockwood@android.com>
|
|/
|
|
|
|
|
| |
The assertion in the test was expecting 4 events, but it was only waiting for
three.
BUG 2119135
|
|
|
|
| |
went offline).
|
|
|
|
| |
reported right now
|