Home | History | Annotate | Download | only in cts

Lines Matching defs:instrumentation

25 import android.app.Instrumentation;
71 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
72 PackageManager pm = instrumentation.getContext().getPackageManager();
81 WindowManager windowManager = (WindowManager) instrumentation.getContext()
95 mService = StubService.enableSelf(instrumentation);
161 // Use AccessibilityService.dispatchGesture() instead of Instrumentation.sendPointerSync()
193 public static StubService enableSelf(Instrumentation instrumentation) {
195 instrumentation, StubService.class);