HomeSort by relevance Sort by last modified time
    Searched refs:Instrumentation (Results 226 - 250 of 339) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationAssistantServiceTest.java 28 import android.app.Instrumentation;
491 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
497 runCommand(command, instrumentation);
526 private void runCommand(String command, Instrumentation instrumentation) throws IOException {
527 UiAutomation uiAutomation = instrumentation.getUiAutomation();
  /frameworks/base/cmds/am/src/com/android/commands/am/
Instrument.java 24 import android.app.Instrumentation;
150 * Instrumentation.REPORT_KEY_STREAMRESULT, just print that.
162 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
183 pretty = results.getString(Instrumentation.REPORT_KEY_STREAMRESULT);
366 * Callbacks from the remote instrumentation instance.
434 throw new IllegalArgumentException("No instrumentation found for: " + cnArg);
455 * Run the instrumentation.
504 // Start the instrumentation
517 // If we have been requested to wait, do so until the instrumentation is finished.
  /art/runtime/jdwp/
jdwp_event.cc 158 // Returns the instrumentation event the DebugInstrumentationListener must
164 return instrumentation::Instrumentation::kDexPcMoved;
167 return instrumentation::Instrumentation::kExceptionThrown;
169 return instrumentation::Instrumentation::kMethodEntered;
172 return instrumentation::Instrumentation::kMethodExited;
174 return instrumentation::Instrumentation::kFieldRead
    [all...]
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 20 import android.app.Instrumentation;
83 private Instrumentation mInstrumentation;
  /cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
MediaBitstreamsDeviceSideTest.java 19 import android.app.Instrumentation;
68 /** Instrumentation status code used to write resolution to metrics */
327 Instrumentation inst = InstrumentationRegistry.getInstrumentation();
  /cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityViewTreeReportingTest.java 29 import android.app.Instrumentation;
59 private static Instrumentation sInstrumentation;
AccessibilityWindowReportingTest.java 45 import android.app.Instrumentation;
80 private static Instrumentation sInstrumentation;
  /cts/tests/fragment/src/android/fragment/cts/
FragmentTransactionTest.java 31 import android.app.Instrumentation;
375 Instrumentation instrumentation = InstrumentationRegistry.getInstrumentation(); local
379 (NewIntentActivity) instrumentation.startActivitySync(intent1);
384 Activity coveringActivity = instrumentation.startActivitySync(intent2);
  /cts/tests/framework/base/windowmanager/src/android/server/wm/lifecycle/
ActivityLifecycleSplitScreenTests.java 44 import android.app.Instrumentation;
216 Instrumentation.ActivityMonitor activityMonitor = getInstrumentation()
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodServiceTest.java 36 import android.app.Instrumentation;
84 private Instrumentation mInstrumentation;
  /cts/tests/tests/appwidget/src/android/appwidget/cts/
CollectionAppWidgetTest.java 29 import android.app.Instrumentation;
91 private Instrumentation mInstrumentation;
  /cts/tests/tests/media/src/android/media/cts/
DecoderTestAacDrc.java 24 import android.app.Instrumentation;
52 final Instrumentation inst = InstrumentationRegistry.getInstrumentation();
  /cts/tests/tests/provider/src/android/provider/cts/
FontsContractTest.java 25 import android.app.Instrumentation;
79 private Instrumentation mInstrumentation;
SettingsTest.java 26 import android.app.Instrumentation;
347 private Instrumentation getInstrumentation() {
  /cts/tests/tests/view/src/android/view/cts/
HoverTest.java 32 import android.app.Instrumentation;
59 private Instrumentation mInstrumentation;
  /cts/tests/tests/widget/src/android/widget/cts/
CalendarViewTest.java 29 import android.app.Instrumentation;
57 private Instrumentation mInstrumentation;
235 // Use instrumentation to emulate a tap on 09/07/2008
CompoundButtonTest.java 35 import android.app.Instrumentation;
72 private Instrumentation mInstrumentation;
EditTextTest.java 26 import android.app.Instrumentation;
60 private Instrumentation mInstrumentation;
GalleryTest.java 25 import android.app.Instrumentation;
69 private Instrumentation mInstrumentation;
SwitchTest.java 25 import android.app.Instrumentation;
57 private Instrumentation mInstrumentation;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 22 import android.app.Instrumentation;
53 public class DeviceInfoInstrument extends Instrumentation implements DeviceInfoConstants {
  /cts/tests/core/runner/src/com/android/cts/runner/
CtsTestRunListener.java 20 import android.app.Instrumentation;
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
VoicemailContractTest.java 19 import android.app.Instrumentation;
570 private static String setDefaultDialer(Instrumentation instrumentation, String packageName)
572 return executeShellCommand(instrumentation, COMMAND_SET_DEFAULT_DIALER + packageName);
575 private static String getDefaultDialer(Instrumentation instrumentation) throws Exception {
576 return executeShellCommand(instrumentation, COMMAND_GET_DEFAULT_DIALER);
584 private static String executeShellCommand(Instrumentation instrumentation,
587 instrumentation.getUiAutomation().executeShellCommand(command)
    [all...]
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/android/internal/
LocalActivityInvoker.java 9 import android.app.Instrumentation.ActivityResult;
  /external/swiftshader/third_party/subzero/src/
IceCompileServer.cpp 253 std::unique_ptr<Instrumentation> Instr(new ASanInstrumentation(Ctx.get()));

Completed in 5719 milliseconds

1 2 3 4 5 6 7 8 91011>>