Lines Matching refs:UiAutomation
90 <li><a href="#UiAutomation">Automated UI testing</a></li>
1021 <h3 id="UiAutomation">Automated UI testing</h3>
1023 <p>The new {@link android.app.UiAutomation} class provides APIs that allow you to simulate user
1025 android.accessibilityservice.AccessibilityService} APIs, the {@link android.app.UiAutomation}
1028 <p>To get an instance of {@link android.app.UiAutomation}, call {@link
1034 <p>With the {@link android.app.UiAutomation} instance, you can execute arbitrary events to test
1035 your app by calling {@link android.app.UiAutomation#executeAndWaitForEvent
1038 android.app.UiAutomation.AccessibilityEventFilter} interface. It's within your {@link
1039 android.app.UiAutomation.AccessibilityEventFilter} implementation that you'll receive a call
1044 android.app.UiAutomation.OnAccessibilityEventListener} and pass it to {@link
1045 android.app.UiAutomation#setOnAccessibilityEventListener setOnAccessibilityEventListener()}.
1047 android.app.UiAutomation.OnAccessibilityEventListener#onAccessibilityEvent onAccessibilityEvent()}
1051 <p>There is a variety of other operations that the {@link android.app.UiAutomation} APIs expose
1053 {@link android.app.UiAutomation} can also:</p>
1060 <p>And most importantly for UI test tools, the {@link android.app.UiAutomation} APIs work