HomeSort by relevance Sort by last modified time
    Searched full:instrumentation (Results 476 - 500 of 1688) sorted by null

<<11121314151617181920>>

  /packages/apps/DeskClock/tests/src/com/android/deskclock/
DeskClockLaunchPerformance.java 24 * Instrumentation class for DeskClock launch performance testing.
  /packages/apps/Dialer/tests/src/com/android/dialer/
DialerLaunchPerformance.java 26 * Instrumentation class for Address Book launch performance testing.
  /packages/apps/Exchange/tests/
Android.mk 28 # running the tests using an instrumentation targeting Exchange, we
  /packages/apps/Gallery/tests/src/com/android/camera/
CameraLaunchPerformance.java 24 * Instrumentation class for Camera launch performance testing.
  /packages/apps/LegacyCamera/tests/src/com/android/camera/
CameraLaunchPerformance.java 24 * Instrumentation class for Camera launch performance testing.
StressTests.java 29 * Instrumentation Test Runner for all Camera tests.
  /packages/apps/Mms/tests/
Android.mk 27 # running the tests using an instrumentation targeting Eamil, we
  /packages/apps/Mms/tests/src/com/android/mms/
InterceptSendSms.java 26 import android.app.Instrumentation;
43 * Junit / Instrumentation test case for testing intercepting the send sms intent just
89 Instrumentation inst = getInstrumentation();
110 Instrumentation inst = getInstrumentation();
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ConversationListTests.java 27 * Various instrumentation tests for ConversationList.
  /packages/apps/Music/tests/src/com/android/music/
MusicPlayerFunctionalTestRunner.java 28 * Instrumentation Test Runner for all Music Player tests.
MusicPlayerLaunchPerformance.java 26 * Instrumentation class for Media Player launch performance testing.
MusicPlayerStressTestRunner.java 28 * Instrumentation Test Runner for all music player stress tests.
  /packages/apps/Settings/tests/src/com/android/settings/tests/
SettingsLaunchPerformance.java 26 * Instrumentation class for Settings launch performance testing.
  /packages/apps/VoiceDialer/tests/src/com/android/voicedialer/
VoiceDialerLaunchPerformance.java 24 * Instrumentation class for DeskClock launch performance testing.
  /sdk/eclipse/scripts/
_mk_icons.sh 13 icon I green instrumentation
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
BandwidthTest.java 109 * data usage stats to instrumentation out.
126 // Output measurements to instrumentation out, so that it can be compared to that of
160 * Helper method that downloads a test file to upload. The stats reported to instrumentation out
180 // Output measurements to instrumentation out, so that it can be compared to that of
217 * the stats to instrumentation out.
237 // Output measurements to instrumentation out, so that it can be compared to that of
299 * Output the {@link NetworkStats} to Instrumentation out.
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerTest.java 24 import android.app.Instrumentation;
30 import android.app.Instrumentation.ActivityMonitor;
31 import android.app.Instrumentation.ActivityResult;
47 private Instrumentation mInstrumentation;
123 final Instrumentation.ActivityResult result = new ActivityResult(0, new Intent());
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListTester.java 19 import android.app.Instrumentation;
38 Instrumentation mInstrumentation;
45 Instrumentation instrumentation = activityInstrumentation.getInstrumentation(); local
46 mListUtil = new ListUtil(mExpandableListView, instrumentation);
TabHost_TabSpecTest.java 23 import android.app.Instrumentation;
24 import android.app.Instrumentation.ActivityMonitor;
192 Instrumentation instrumentation = getInstrumentation(); local
193 ActivityMonitor am = instrumentation.addMonitor(MockURLSpanTestActivity.class.getName(),
  /development/testrunner/test_defs/
test_walker.py 18 """Utility to find instrumentation test definitions from file system."""
41 - Android application tests run via instrumentation
51 ie development/samples will return tests for instrumentation's in ApiDemos,
55 the instrumentation in ApiDemos/tests, with the class name filter set to
59 the instrumentation in ApiDemos/tests, with the java package filter set
  /external/chromium_org/build/android/pylib/host_driven/
test_case.py 18 that run instrumentation tests can make use of the _RunJavaTestFilters helper
32 from pylib.instrumentation import test_package
33 from pylib.instrumentation import test_result
34 from pylib.instrumentation import test_runner
133 instrumentation tests. This function relies on instrumentation_options
  /packages/apps/Music/tests/src/com/android/music/functional/
TestSongs.java 21 import android.app.Instrumentation;
46 * Junit / Instrumentation test case for the TrackBrowserActivity
70 Instrumentation inst = getInstrumentation();
154 Instrumentation inst = getInstrumentation();
178 Instrumentation inst = getInstrumentation();
  /frameworks/base/docs/html/tools/testing/
activity_test.jd 82 instrumentation to give you control over your main application while you are testing it. The entire Android testing environment is discussed in the document
100 Android test case classes for activities extend JUnit and also connect you to the application under test with instrumentation. You can send keystroke or touch events directly to the UI.
118 UI test. Tests that the main UI operation works correctly. This test demonstrates the instrumentation features available in activity testing.
122 State management tests. Test the application's code for saving state. This test demonstrates the instrumentation features of the test runner, which
304 Also, the test application is already set up to use instrumentation. You can see this
316 &lt;instrumentation
326 Notice the <code>&lt;instrumentation&gt;</code> element. The attribute
331 The <code>&lt;instrumentation&gt;</code> element also contains the attribute
333 instrumentation to run the test application with Android's instrumentation-enabled test runner
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 16 #include "llvm/Transforms/Instrumentation.h"
56 "Insert optimal instrumentation for edge profiling",
61 "Insert optimal instrumentation for edge profiling",
80 return false; // No main, no instrumentation!
88 // instrumentation.
214 // considered for instrumentation.
  /cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java 19 import android.app.Instrumentation;
37 private Instrumentation mInstrumentation;

Completed in 1494 milliseconds

<<11121314151617181920>>