Home | History | Annotate | Download | only in cts

Lines Matching defs:instrumentation

35 import android.app.Instrumentation;
124 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
125 mDevice = UiDevice.getInstance(instrumentation);
126 mContext = instrumentation.getContext();
128 mAutoman = instrumentation.getUiAutomation();