summaryrefslogtreecommitdiff
path: root/core/java/android/app/UiAutomationConnection.java
Commit message (Expand)AuthorAgeFilesLines
* Capture layer and children when calling takeSurfaceControlScreenshotchaviw2021-05-041-1/+3
* Added takeScreenshot of a Window to UiAutomationchaviw2021-04-261-0/+25
* Add testAPI to get adopted shell permissions.kholoud mohamed2021-04-061-0/+17
* Optionally wait animations on syncInputTransactions/injectInputEventBernardo Rufino2020-11-191-5/+5
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-1/+2
* Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-2/+1
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-1/+2
* Run shell commands reliablyEugene Susla2020-09-231-2/+25
* Remove rotation and use flag useIdentityTransform for screenshots.chaviw2020-08-061-2/+10
* Implement permission revoke with reasonEvan Severson2020-06-241-1/+1
* Changing the return type of takeScreenshot() (1/n)Jacky Kao2020-01-311-2/+20
* Implementing new API : takeScreenshot()Jacky Kao2020-01-151-20/+2
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-2/+1
* Add @UnsupportedAppUsage annotations for greylist.Artur Satayev2019-11-191-0/+6
* Move grant/revoke permission APIsTodd Kennedy2019-07-111-5/+5
* Added direct call to syncInputTransactionschaviw2019-04-241-7/+18
* Wait for input windows to be set before proceeding with inject for testschaviw2019-02-211-1/+7
* Don't throw an exception if write failedAmith Yamasani2018-12-071-1/+1
* Allow adopting a subset of shell permissionsSvet Ganov2018-11-091-3/+4
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-141-0/+1
* Allow UiAutomation to adopt the shell permission indentitySvet Ganov2018-07-031-1/+34
* Update screenshot requests to render proper crop and rotation.chaviw2017-11-301-2/+5
* Fix GamepadTestCase#testButtonA CTS testSiarhei Vishniakou2017-05-121-29/+81
* Move rotation tracking to DisplayContentAndrii Kulian2017-03-101-1/+1
* Support direct-boot tests.Jeff Sharkey2016-04-021-2/+5
* Optionally support accessibility with UiAutomatorPhil Weaver2016-01-281-4/+5
* Explicitly pass userId to getWindowTokenFyodor Kupolov2016-01-121-2/+5
* Add GTS test to ensure valid default permission grants - frameworkSvet Ganov2015-08-121-0/+36
* clean up Process instance after we are done with the sub processGuang Zhu2015-06-071-2/+5
* pass stream contents in separate thread for executeShellCommandGuang Zhu2015-03-181-24/+29
* Adding shell command execution to UiAutomation.Svetoslav2014-05-081-2/+44
* Adding render stats APIs to UiAutomation (framework).Svetoslav2014-04-071-0/+76
* Uninitialized UiAutomationConnection incorrectly enforces caller id.Svetoslav2013-10-311-1/+3
* The touch exploration capability is dynamically granted pre-JellyBeanMR2.Svetoslav2013-04-241-1/+5
* Fixing bugs exposed when moving accessibility CTS tests to UiAutomation.Svetoslav2013-04-231-1/+1
* Fake accessibility service used by UiAutomation not destroyed.Svetoslav2013-02-271-1/+3
* split Surface in two classes: SurfaceControl and SurfaceMathias Agopian2013-02-141-2/+2
* Adding UI test automation APIs.Svetoslav Ganov2013-01-221-0/+239