OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentation
(Results
176 - 200
of
1688
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/testing/androidtestlib/src/com/android/test/runner/junit4/
AndroidJUnit4ClassRunner.java
18
import android.app.
Instrumentation
;
41
private final
Instrumentation
mInstr;
51
public AndroidJUnit4ClassRunner(Class<?> klass,
Instrumentation
instr, Bundle bundle)
76
validateInjectField(errors, instrField,
Instrumentation
.class);
/packages/apps/Calculator/tests/src/com/android/calculator2/
CalculatorHitSomeButtons.java
20
import android.app.
Instrumentation
;
21
import android.app.
Instrumentation
.ActivityMonitor;
40
*
Instrumentation
tests for poking some buttons
48
Instrumentation
mInst = null;
/packages/apps/Camera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java
21
import android.app.
Instrumentation
;
29
* Junit /
Instrumentation
test case for camera power measurement
77
Instrumentation
inst = getInstrumentation();
95
Instrumentation
inst = getInstrumentation();
/packages/apps/Dialer/tests/
AndroidManifest.xml
53
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
56
</
instrumentation
>
58
<
instrumentation
android:name="com.android.dialer.DialerLaunchPerformance"
61
</
instrumentation
>
/packages/apps/LegacyCamera/tests/src/com/android/camera/power/
ImageAndVideoCapture.java
22
import android.app.
Instrumentation
;
29
* Junit /
Instrumentation
test case for camera power measurement
77
Instrumentation
inst = getInstrumentation();
95
Instrumentation
inst = getInstrumentation();
/packages/apps/Mms/tests/src/com/android/mms/
MmsStability.java
23
import android.app.
Instrumentation
;
34
* Junit /
Instrumentation
test case for mms stability test
68
Instrumentation
inst = getInstrumentation();
85
Instrumentation
inst = getInstrumentation();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
InstrumentationPage.java
34
* Page for
instrumentation
settings, part of the AndroidManifest form editor.
46
super(editor, PAGE_ID, "
Instrumentation
"); // tab's label, keep it short
66
form.setText("Android Manifest
Instrumentation
");
82
"
Instrumentation
",
/cts/libs/wrappedgtest/src/
WrappedGTestInstrumentation.java
20
import android.app.
Instrumentation
;
29
public class WrappedGTestInstrumentation extends
Instrumentation
{
/cts/tests/tests/text/src/android/text/method/cts/
KeyListenerTestCase.java
21
import android.app.
Instrumentation
;
51
protected
Instrumentation
mInstrumentation;
/developers/build/prebuilts/gradle/ActionBarCompat-Basic/ActionBarCompat-BasicSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/ActionBarCompat-ListPopupMenuSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/ActionBarCompat-StyledSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicNotifications/BasicNotificationsSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicRenderScript/BasicRenderScriptSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/tests/
AndroidManifest.xml
35
Specifies the
instrumentation
test runner used to run the tests.
37
<
instrumentation
Completed in 406 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>