Searched refs:Instrumentation (Results 26 - 50 of 109) sorted by relevance

12345

/frameworks/support/lifecycle/integration-tests/testapp/src/androidTest/java/android/arch/lifecycle/
H A DProcessOwnerTest.java29 import android.app.Instrumentation;
82 Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor(
84 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
108 Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor(
110 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DSysuiTestCase.java21 import android.app.Instrumentation;
52 private Instrumentation mRealInstrumentation;
61 Instrumentation inst = spy(mRealInstrumentation);
/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarHorizontalScrollingTest.java29 import android.app.Instrumentation;
57 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
88 private void emulateButtonClick(Instrumentation instrumentation, float emulatedTapX,
H A DCoordinatorLayoutSortTest.java21 import android.app.Instrumentation;
112 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
H A DBenchmarkResultsReporter.java19 import android.app.Instrumentation;
48 stats.putString(Instrumentation.REPORT_KEY_STREAMRESULT, summary);
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothInstrumentation.java19 import android.app.Instrumentation;
27 public class BluetoothInstrumentation extends Instrumentation {
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListScrollListenerTest.java19 import android.app.Instrumentation;
60 Instrumentation inst = getInstrumentation();
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerMeasurement.java20 import android.app.Instrumentation;
41 Instrumentation mInst = getInstrumentation();
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DDrawingTestHelper.java21 import android.app.Instrumentation;
42 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DBaseKeyboardShortcutsTestCase.java22 import android.app.Instrumentation;
56 final Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentTestUtil.java22 import android.app.Instrumentation;
93 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
106 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
120 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
134 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
220 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestRunner.java21 import android.app.Instrumentation;
191 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
214 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
264 mResultTemplate.putString(Instrumentation.REPORT_KEY_IDENTIFIER, REPORT_VALUE_ID);
286 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
290 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, "");
319 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
331 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
341 mTestResult.putString(Instrumentation.REPORT_KEY_STREAMRESULT, ".");
351 testOutput.putString(Instrumentation
[all...]
/frameworks/base/test-runner/src/android/test/
H A DInstrumentationTestRunner.java24 import android.app.Instrumentation;
55 * An {@link Instrumentation} that runs various types of {@link junit.framework.TestCase}s against
177 public class InstrumentationTestRunner extends Instrumentation implements TestSuiteProvider {
222 * This value, if stored with key {@link android.app.Instrumentation#REPORT_KEY_IDENTIFIER},
548 mResults.putString(Instrumentation.REPORT_KEY_IDENTIFIER, REPORT_VALUE_ID);
574 mResults.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
623 Instrumentation.REPORT_KEY_STREAMRESULT);
624 mResults.putString(Instrumentation.REPORT_KEY_STREAMRESULT,
658 mResults.putString(Instrumentation.REPORT_KEY_STREAMRESULT, "\nError: " + msg);
736 mTestResult.putString(Instrumentation
[all...]
H A DAndroidTestRunner.java19 import android.app.Instrumentation;
50 private Instrumentation mInstrumentation;
211 Test test, Instrumentation instrumentation) {
217 public void setInstrumentation(Instrumentation instrumentation) {
223 * use {@link #setInstrumentation(android.app.Instrumentation)} instead.
226 public void setInstrumentaiton(Instrumentation instrumentation) {
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestResultPrinter.java19 import android.app.Instrumentation;
40 private Instrumentation mInst = null;
44 public CameraTestResultPrinter(Instrumentation instrumentation, boolean writeToFile) {
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DUiBot.java19 import android.app.Instrumentation;
40 private final Instrumentation mInstrumentation;
44 public UiBot(Instrumentation instrumentation, int timeout) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationTestHelper.java20 import android.app.Instrumentation;
44 private final Instrumentation mInstrumentation;
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java20 import android.app.Instrumentation;
33 public class SetAlarm extends Instrumentation {
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/
H A DEmojiSpanInstrumentationTest.java28 import android.app.Instrumentation;
56 private Instrumentation mInstrumentation;
/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
H A DEmojiEditTextTest.java27 import android.app.Instrumentation;
52 private Instrumentation mInstrumentation;
/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
H A DUiAutomatorTestCase.java19 import android.app.Instrumentation;
66 * @deprecated Use {@link Instrumentation#sendStatus(int, Bundle)} instead
78 * @param params Instrumentation arguments.
/frameworks/base/core/tests/coretests/src/android/print/
H A DBasePrintTest.java29 import android.app.Instrumentation;
69 private static Instrumentation sInstrumentation;
118 protected static Instrumentation getInstrumentation() {
194 public static String runShellCommand(Instrumentation instrumentation, String cmd)
/frameworks/base/core/tests/coretests/src/android/provider/
H A DFontsContractE2ETest.java25 import android.app.Instrumentation;
116 Instrumentation inst = InstrumentationRegistry.getInstrumentation();
155 Instrumentation inst = InstrumentationRegistry.getInstrumentation();
178 Instrumentation inst = InstrumentationRegistry.getInstrumentation();
/frameworks/base/packages/PrintSpooler/tests/outofprocess/src/com/android/printspooler/outofprocess/tests/
H A DBasePrintTest.java20 import android.app.Instrumentation;
65 private static Instrumentation sInstrumentation;
81 protected static Instrumentation getInstrumentation() {
125 public static String runShellCommand(Instrumentation instrumentation, String cmd)
/frameworks/support/lifecycle/extensions/src/androidTest/java/android/arch/lifecycle/
H A DViewModelTest.java26 import android.app.Instrumentation;
150 Instrumentation.ActivityMonitor monitor = new Instrumentation.ActivityMonitor(
152 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation();

Completed in 737 milliseconds

12345