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

1 2 3 4 5 6 7 8 91011>>

  /art/test/Instrumentation/
Instrumentation.java 17 public class Instrumentation {
  /platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
AbstractFlightDemoHelper.java 19 import android.app.Instrumentation;
23 public AbstractFlightDemoHelper(Instrumentation instr) {
AbstractGoogleDocsHelper.java 19 import android.app.Instrumentation;
23 public AbstractGoogleDocsHelper(Instrumentation instr) {
AbstractGoogleKeyboardHelper.java 19 import android.app.Instrumentation;
23 public AbstractGoogleKeyboardHelper(Instrumentation instr) {
AbstractMapsHelper.java 19 import android.app.Instrumentation;
23 public AbstractMapsHelper(Instrumentation instr) {
AbstractPlayBooksHelper.java 19 import android.app.Instrumentation;
23 public AbstractPlayBooksHelper(Instrumentation instr) {
AbstractPlayMoviesHelper.java 19 import android.app.Instrumentation;
23 public AbstractPlayMoviesHelper(Instrumentation instr) {
AbstractPlayStoreHelper.java 19 import android.app.Instrumentation;
23 public AbstractPlayStoreHelper(Instrumentation instr) {
AbstractTuneInHelper.java 19 import android.app.Instrumentation;
23 public AbstractTuneInHelper(Instrumentation instr) {
AbstractChromeHelper.java 19 import android.app.Instrumentation;
24 public AbstractChromeHelper(Instrumentation instr) {
AbstractGoogleMessengerHelper.java 19 import android.app.Instrumentation;
24 public AbstractGoogleMessengerHelper(Instrumentation instr) {
AbstractPlayMusicHelper.java 19 import android.app.Instrumentation;
23 public AbstractPlayMusicHelper(Instrumentation instr) {
AbstractRecentsHelper.java 19 import android.app.Instrumentation;
24 public AbstractRecentsHelper(Instrumentation instr) {
AbstractRedditHelper.java 19 import android.app.Instrumentation;
24 public AbstractRedditHelper(Instrumentation instr) {
AbstractFacebookHelper.java 19 import android.app.Instrumentation;
24 public AbstractFacebookHelper(Instrumentation instr) {
  /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;
  /art/runtime/
instrumentation_test.cc 17 #include "instrumentation.h"
32 namespace instrumentation { namespace in namespace:art
34 class TestInstrumentationListener FINAL : public instrumentation::InstrumentationListener {
148 // Unique keys used to test Instrumentation::ConfigureStubs.
152 void CheckConfigureStubs(const char* key, Instrumentation::InstrumentationLevel level) {
154 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation();
159 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs");
163 Instrumentation::InstrumentationLevel GetCurrentInstrumentationLevel() {
174 instrumentation::Instrumentation* instr = Runtime::Current()->GetInstrumentation()
209 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
225 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
240 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
255 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
270 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
282 instrumentation::Instrumentation* instrumentation = runtime->GetInstrumentation(); local
    [all...]
  /external/v8/build/android/incremental_install/java/org/chromium/incrementalinstall/
BootstrapInstrumentation.java 7 import android.app.Instrumentation;
11 * Notifies BootstrapApplication of the call to Instrumentation.onCreate().
13 public final class BootstrapInstrumentation extends Instrumentation {
  /frameworks/base/core/java/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) {
  /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...]
  /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/ContactsCommon/TestCommon/src/com/android/contacts/common/test/
LaunchPerformanceBase.java 19 import android.app.Instrumentation;
25 * Base class for all launch performance Instrumentation classes.
27 public class LaunchPerformanceBase extends Instrumentation {

Completed in 619 milliseconds

1 2 3 4 5 6 7 8 91011>>