diff options
author | Svetoslav <svetoslavganov@google.com> | 2014-05-11 17:40:49 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-11 17:40:49 +0000 |
commit | 5114a686653f09cd80974b9a851499599a264f6d (patch) | |
tree | 8e8cc171f973c23414a67a22144cbc734f22161c /api | |
parent | 80d0756be2fdc6af3add97792b0ebcf9ec3d93b3 (diff) | |
parent | a5008742651793b5a154f1d8df91c1b9b5963805 (diff) | |
download | frameworks_base-5114a686653f09cd80974b9a851499599a264f6d.zip frameworks_base-5114a686653f09cd80974b9a851499599a264f6d.tar.gz frameworks_base-5114a686653f09cd80974b9a851499599a264f6d.tar.bz2 |
am d4de9b44: Merge "Adding shell command execution to UiAutomation."
* commit 'd4de9b446ece4f4bdf16e05bb72bc5bb0199c9ae':
Adding shell command execution to UiAutomation.
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 8400911..49f84d3 100644 --- a/api/current.txt +++ b/api/current.txt @@ -4849,6 +4849,7 @@ package android.app { method public void clearWindowAnimationFrameStats(); method public boolean clearWindowContentFrameStats(int); method public android.view.accessibility.AccessibilityEvent executeAndWaitForEvent(java.lang.Runnable, android.app.UiAutomation.AccessibilityEventFilter, long) throws java.util.concurrent.TimeoutException; + method public android.os.ParcelFileDescriptor executeShellCommand(java.lang.String); method public android.view.accessibility.AccessibilityNodeInfo findFocus(int); method public android.view.accessibility.AccessibilityNodeInfo getRootInActiveWindow(); method public final android.accessibilityservice.AccessibilityServiceInfo getServiceInfo(); |