HomeSort by relevance Sort by last modified time
    Searched refs:sInstrumentation (Results 1 - 4 of 4) sorted by null

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityPaneTest.java 54 private static Instrumentation sInstrumentation;
66 sInstrumentation = InstrumentationRegistry.getInstrumentation();
67 sUiAutomation = sInstrumentation.getUiAutomation();
73 sInstrumentation, sUiAutomation, mActivityRule);
74 sInstrumentation.runOnMainSync(() -> {
81 String paneTitle = sInstrumentation.getContext().getString(R.string.paneTitle);
91 sUiAutomation.executeAndWaitForEvent(() -> sInstrumentation.runOnMainSync(() -> {
128 return () -> sInstrumentation.runOnMainSync(
133 return () -> sInstrumentation.runOnMainSync(
AccessibilityWindowReportingTest.java 78 private static Instrumentation sInstrumentation;
89 sInstrumentation = InstrumentationRegistry.getInstrumentation();
90 sUiAutomation = sInstrumentation.getUiAutomation();
104 sInstrumentation, sUiAutomation, mActivityRule);
105 mActivityTitle = getActivityTitle(sInstrumentation, mActivity);
112 sUiAutomation.executeAndWaitForEvent(() -> sInstrumentation.runOnMainSync(
131 sUiAutomation.executeAndWaitForEvent(() -> sInstrumentation.runOnMainSync(
137 sUiAutomation.executeAndWaitForEvent(() -> sInstrumentation.runOnMainSync(
142 sUiAutomation.executeAndWaitForEvent(() -> sInstrumentation.runOnMainSync(
150 if (!sInstrumentation.getContext().getPackageManager(
    [all...]
AccessibilityOverlayTest.java 46 private static Instrumentation sInstrumentation;
52 sInstrumentation = InstrumentationRegistry.getInstrumentation();
53 sUiAutomation = sInstrumentation
62 mService = StubAccessibilityButtonService.enableSelf(sInstrumentation);
AccessibilityViewTreeReportingTest.java 59 private static Instrumentation sInstrumentation;
70 sInstrumentation = InstrumentationRegistry.getInstrumentation();
71 sUiAutomation = sInstrumentation.getUiAutomation();
82 sInstrumentation, sUiAutomation, mActivityRule);
152 sInstrumentation.runOnMainSync(() -> mActivity.findViewById(R.id.firstLinearLayout)
184 sInstrumentation.runOnMainSync(() -> {
201 sInstrumentation.runOnMainSync(() -> {
233 sInstrumentation.runOnMainSync(
264 sInstrumentation.runOnMainSync(() -> {
277 sInstrumentation.runOnMainSync(() ->
    [all...]

Completed in 702 milliseconds