Age | Commit message (Collapse) | Author |
|
The result is shown via intent ACTION_VIEW, after saving to PNG.
This change introduces ScrollCaptureClient, a light layer around
the raw binder API for scroll capture (which is more disruptive
to change). This provides a layer to help adapt patterns between
the app interface and system UI, as well as provide an optimal
testing strategy.
Test: atest ScrollCaptureClientTest
Change-Id: Ib6d0f61ae0b4d4dc3df459e07d9eaf34d11d59ed
|
|
Bug: 112863499
Test: atest SystemUITests on sdk_gphone_x86
Change-Id: I4c07abb0a1306c704c7fdd62ecfc4efb7259ce73
|
|
See go/jetpack-test-android-migration
This is the internal version of AOSP change aosp/908373
Test: m -j TestablesTests NetworkStackTests FrameworksServicesTests SystemUITests FrameworksUiServicesTests ExtServicesUnitTests WmTests FrameworksCoreTests
Exempt-From-Owner-Approval: automated package name refactoring; already reviewed on AOSP
Change-Id: Ib04d80954bd8536914d88c66b28e6632e60a6245
|
|
non-automotive build.
Without this, test will fail to find car-related dependencies on non-car build
and throw.
Bug: 80150596
Test: Ran the test on phone (non-automotive) and mojave (automotive). Both passed successfully.
Change-Id: I3d3d2639ebebc0474b28d5c9303b83c95820eac4
|
|
When AAAPlusPlusVerifySysuiRequiredTestPropertiesTest failed, you had to go look
in logcat for why that was. Instead, we're now putting the sub-errors in the
assertion itself such that when it fails it prints them all.
Test: add a test without the sysui base classes and without size; atest AAAPlusPlusVerifySysuiRequiredTestPropertiesTest
Change-Id: I75ba9ec6785beb044ffd08160030e99f5155a234
|
|
Test: make tests
Change-Id: I7a41199cd7f0739f660a49b1af32e64f58590301
|
|
And then make it pass.
Test: runtest systemui
Bug: 38500852
Change-Id: I377164219e4a4f4d1a99f11ef06da03c2b527eb0
|