OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumentation
(Results
251 - 275
of
2634
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/packages/SettingsLib/tests/
AndroidManifest.xml
24
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
27
</
instrumentation
>
/frameworks/base/test-runner/src/android/test/
TimedTest.java
24
* annotation is present, the test method is timed and the results written through
instrumentation
29
* and binder transactions to be gathered and written through
instrumentation
output.
/frameworks/base/tests/NetworkSecurityConfigTest/
AndroidManifest.xml
25
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
28
</
instrumentation
>
/frameworks/base/tests/SurfaceComposition/
AndroidManifest.xml
33
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
35
</
instrumentation
>
/frameworks/base/tests/WindowAnimationJank/
AndroidManifest.xml
36
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
38
</
instrumentation
>
/frameworks/base/tests/permission/
AndroidManifest.xml
26
The test declared in this
instrumentation
can be run via this command
29
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/frameworks/opt/net/wifi/tests/wifitests/
AndroidManifest.xml
33
<
instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
36
</
instrumentation
>
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
BaseInstrumentationTestCase.java
23
import android.app.
Instrumentation
;
44
public
Instrumentation
getInstrumentation() {
/packages/apps/CarrierConfig/tests/
AndroidManifest.xml
24
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
27
</
instrumentation
>
/packages/apps/CellBroadcastReceiver/tests/unit/
AndroidManifest.xml
24
<
instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
27
</
instrumentation
>
/packages/apps/EmergencyInfo/tests/
AndroidManifest.xml
28
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
31
</
instrumentation
>
/packages/apps/Launcher2/tests/stress/
AndroidManifest.xml
24
<
instrumentation
28
</
instrumentation
>
/packages/apps/Launcher3/tests/
AndroidManifest.xml
27
<
instrumentation
30
</
instrumentation
>
/packages/apps/ManagedProvisioning/tests/
AndroidManifest.xml
24
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
27
</
instrumentation
>
/packages/apps/Settings/tests/unit/
AndroidManifest.xml
24
<
instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
27
</
instrumentation
>
/packages/apps/StorageManager/tests/unit/
AndroidManifest.xml
24
<
instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
27
</
instrumentation
>
/packages/inputmethods/LatinIME/tests/
AndroidManifest.xml
30
<
instrumentation
android:name="android.support.test.runner.AndroidJUnitRunner"
33
</
instrumentation
>
/packages/providers/BlockedNumberProvider/tests/
AndroidManifest.xml
25
<
instrumentation
29
</
instrumentation
>
/packages/providers/DownloadProvider/tests/
AndroidManifest.xml
29
The test declared in this
instrumentation
can be run via this command
32
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
/packages/providers/TelephonyProvider/tests/
AndroidManifest.xml
24
<
instrumentation
android:name="android.test.InstrumentationTestRunner"
27
</
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) {
AbstractPlayMoviesHelper.java
19
import android.app.
Instrumentation
;
23
public AbstractPlayMoviesHelper(
Instrumentation
instr) {
Completed in 2130 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>