HomeSort by relevance Sort by last modified time
    Searched refs:Instrumentation (Results 1 - 25 of 693) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
StubAccessibilityButtonService.java 17 import android.app.Instrumentation;
23 public static StubAccessibilityButtonService enableSelf(Instrumentation instrumentation) {
25 instrumentation, StubAccessibilityButtonService.class);
StubFingerprintGestureService.java 17 import android.app.Instrumentation;
23 public static StubFingerprintGestureService enableSelf(Instrumentation instrumentation) {
25 instrumentation, StubFingerprintGestureService.class);
StubMagnificationAccessibilityService.java 17 import android.app.Instrumentation;
25 Instrumentation instrumentation) {
27 instrumentation, StubMagnificationAccessibilityService.class);
StubGestureAccessibilityService.java 18 import android.app.Instrumentation;
31 public static StubGestureAccessibilityService enableSelf(Instrumentation instrumentation) {
33 instrumentation, StubGestureAccessibilityService.class);
  /frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/testrunner/
InstrumentationAutomationSupport.java 18 import android.app.Instrumentation;
22 * A wrapper around {@link Instrumentation} to provide sendStatus function
25 * {@link Instrumentation#sendStatus(int, Bundle)} instead.
30 private Instrumentation mInstrumentation;
32 InstrumentationAutomationSupport(Instrumentation instrumentation) {
33 mInstrumentation = instrumentation;
  /platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/util/
SendToInstrumentation.java 18 import android.app.Instrumentation;
24 * Utility to send information to the instrumentation. This ensure that the format used to send
36 * Send a file to be logged in the instrumentation results with an expected format that the
39 * @param instru the current {@link Instrumentation}.
43 public static void sendFile(Instrumentation instru, String key, File file) {
51 * Send a bundle of information to the instrumentation results.
53 * @param instru the current {@link Instrumentation}.
56 public static void sendBundle(Instrumentation instru, Bundle bundle) {
61 * Convenience method for {@link Instrumentation#sendStatus(int, Bundle)}.
63 private static void sendStatus(int code, Instrumentation instrumentation, Bundle bundle)
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.h 1 //===- subzero/src/IceInstrumentation.h - ICE instrumentation ---*- C++ -*-===//
11 /// \brief Declares the Ice::Instrumentation class.
13 /// Instrumentation is an abstract class used to drive the instrumentation
16 /// Cfg. Although Instrumentation is an abstract class, each of its virtual
20 /// If instrumentation is required by the command line arguments, a single
21 /// Instrumentation subclass is instantiated and installed in the
22 /// GlobalContext. If multiple types of instrumentation are requested, a single
23 /// subclass is still responsible for driving the instrumentation, but it can
24 /// use other Instrumentation subclasses however it needs to
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
IAutoLauncherStrategy.java 18 import android.app.Instrumentation;
23 * Sets an instance of instrumentation
25 void setInstrumentation(Instrumentation instrumentation);
  /frameworks/base/test-base/src/android/test/
InstrumentationTestSuite.java 19 import android.app.Instrumentation;
26 * A {@link junit.framework.TestSuite} that injects {@link android.app.Instrumentation} into
37 private final Instrumentation mInstrumentation;
40 * @param instr The instrumentation that will be injected into each
43 public InstrumentationTestSuite(Instrumentation instr) {
48 public InstrumentationTestSuite(String name, Instrumentation instr) {
55 * @param instr The instrumentation to inject into each test before
58 public InstrumentationTestSuite(final Class theClass, Instrumentation instr) {
  /art/runtime/
instrumentation_test.cc 17 #include "instrumentation.h"
37 namespace instrumentation { namespace in namespace:art
39 class TestInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
199 // Unique keys used to test Instrumentation::ConfigureStubs.
203 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) {
205 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
210 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs");
214 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() {
232 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation()
281 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
297 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
312 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
327 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
342 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
354 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
    [all...]
  /external/droiddriver/src/io/appium/droiddriver/instrumentation/
InstrumentationInputInjector.java 17 package io.appium.droiddriver.instrumentation;
19 import android.app.Instrumentation;
28 private final Instrumentation instrumentation; field in class:InstrumentationInputInjector
30 public InstrumentationInputInjector(Instrumentation instrumentation) {
31 this.instrumentation = instrumentation;
37 instrumentation.sendPointerSync((MotionEvent) event);
39 instrumentation.sendKeySync((KeyEvent) event)
    [all...]
  /art/test/Instrumentation/
Instrumentation.java 17 public class Instrumentation {
  /platform_testing/libraries/system-helpers/package-helper/src/android/system/helpers/
PackageHelper.java 19 import android.app.Instrumentation;
31 private Instrumentation mInstrumentation = null;
35 public PackageHelper(Instrumentation instrumentation) {
36 mInstrumentation = instrumentation;
37 cmdHelper = CommandsHelper.getInstance(instrumentation);
38 mPackageManager = instrumentation.getTargetContext().getPackageManager();
41 public static PackageHelper getInstance(Instrumentation instrumentation) {
43 sInstance = new PackageHelper(instrumentation);
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/InstrumentationAppDiffCert/src/com/android/cts/instrumentationdiffcertapp/
InstrumentationFailToRunTest.java 19 import android.app.Instrumentation;
26 * Test that a instrumentation targeting another app with a different cert fails.
32 // assumes android.app.Instrumentation has been defined in this app's AndroidManifest.xml
35 Instrumentation.class);
39 fail("could launch instrumentation");
  /cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
Launcher.java 21 import android.app.Instrumentation;
25 public static void setAsDefaultLauncher(Instrumentation instrumentation, Context context) {
26 setDefaultLauncher(instrumentation,
  /cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
Launcher.java 21 import android.app.Instrumentation;
25 public static void setAsDefaultLauncher(Instrumentation instrumentation, Context context) {
26 setDefaultLauncher(instrumentation,
  /frameworks/base/test-runner/src/android/test/
LaunchPerformanceBase.java 19 import android.app.Instrumentation;
25 * Base class for all launch performance Instrumentation classes.
30 public class LaunchPerformanceBase extends Instrumentation {
  /packages/apps/Contacts/tests/src/com/android/contacts/test/
LaunchPerformanceBase.java 19 import android.app.Instrumentation;
25 * Base class for all launch performance Instrumentation classes.
27 public class LaunchPerformanceBase extends Instrumentation {
  /platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
LogGenerator.java 19 import android.app.Instrumentation;
40 Instrumentation instr,
52 void save(Instrumentation instr, String logDir)
58 public void save(Instrumentation instr, String logDir)
70 public void save(Instrumentation instr, String logDir)
82 public void save(Instrumentation instr, String logDir)
94 public void save(Instrumentation instr, String logDir)
106 public void save(Instrumentation instr, String logDir)
118 public void save(Instrumentation instr, String logDir)
130 public void save(Instrumentation instr, String logDir
    [all...]
  /platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/
CommandsHelper.java 18 import android.app.Instrumentation;
32 private Instrumentation mInstrumentation = null;
37 private CommandsHelper(Instrumentation instrumentation) {
38 mInstrumentation = instrumentation;
42 * @deprecated Should use {@link CommandsHelper#getInstance(Instrumentation)} instead.
52 public static CommandsHelper getInstance(Instrumentation instrumentation) {
54 sInstance = new CommandsHelper(instrumentation);
56 sInstance.injectInstrumentation(instrumentation);
    [all...]
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
PreMain.java 14 import java.lang.instrument.Instrumentation;
36 * instrumentation callback provided by the JVM
40 public static void premain(final String options, final Instrumentation inst)
53 private static IRuntime createRuntime(final Instrumentation inst)
  /frameworks/base/core/tests/coretests/src/android/util/
OrientationUtil.java 20 import android.app.Instrumentation;
33 private final Instrumentation mInstrumentation;
55 private OrientationUtil(Activity activity, Instrumentation instrumentation) {
57 mInstrumentation = instrumentation;
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
LocationUtils.java 19 import android.app.Instrumentation;
27 public static void registerMockLocationProvider(Instrumentation instrumentation,
31 command.append(instrumentation.getContext().getPackageName());
35 SystemUtil.runShellCommand(instrumentation, command.toString());
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
RunOnMainUtils.java 19 import android.app.Instrumentation;
25 * Utilities to return values from {@link Instrumentation#runOnMainSync()}
32 Instrumentation instrumentation, Callable<T> callable) {
35 instrumentation.runOnMainSync(() -> {
  /cts/tests/app/src/android/app/cts/
Instrumentation_ActivityResultTest.java 20 import android.app.Instrumentation;
21 import android.app.Instrumentation.ActivityResult;

Completed in 544 milliseconds

1 2 3 4 5 6 7 8 91011>>