OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:testprojecttest
(Results
1 - 25
of
31
) sorted by null
1
2
/sdk/testapps/testProjectTest/app/res/values/
strings.xml
4
<string name="app_name">
TestProjectTest
-app</string>
/sdk/testapps/testProjectTest/lib/res/values/
strings.xml
4
<string name="app_name">
TestProjectTest
-lib</string>
/sdk/testapps/testProjectTest/testlib/res/values/
strings.xml
5
<string name="app_name">
TestProjectTest
-testTest</string>
/sdk/testapps/testProjectTest/testapp/
AndroidManifest.xml
3
package="com.android.tests.
testprojecttest
.test"
14
<application android:label="
testProjectTest
-testapp">
20
the package of com.android.tests.
testprojecttest
.app. To run the tests use the command:
21
"adb shell am instrument -w com.android.tests.
testprojecttest
.test/android.test.InstrumentationTestRunner"
25
android:targetPackage="com.android.tests.
testprojecttest
.app" />
.project
3
<name>
testProjectTest
-testapp</name>
6
<project>
testProjectTest
-app</project>
.classpath
5
<classpathentry combineaccessrules="false" kind="src" path="/
testProjectTest
-app"/>
/sdk/testapps/testProjectTest/testlib/
AndroidManifest.xml
3
package="com.android.tests.
testprojecttest
.testlib"
14
<application android:label="
testProjectTest
-testlib">
20
the package of com.android.tests.
testprojecttest
.testlib. To run the tests use the command:
21
"adb shell am instrument -w com.android.tests.
testprojecttest
.testlib/android.test.InstrumentationTestRunner"
25
android:targetPackage="com.android.tests.
testprojecttest
.testlib" />
.project
3
<name>
testProjectTest
-testlib</name>
6
<project>
testProjectTest
-app</project>
.classpath
5
<classpathentry combineaccessrules="false" kind="src" path="/
testProjectTest
-app"/>
/sdk/testapps/testProjectTest/lib/
AndroidManifest.xml
3
package="com.android.tests.
testprojecttest
.lib"
11
android:name="com.android.tests.
testprojecttest
.lib.LibActivity"
.project
3
<name>
testProjectTest
-lib</name>
/sdk/testapps/testProjectTest/lib/src/com/android/tests/testprojecttest/lib/
LibActivity.java
1
package com.android.tests.
testprojecttest
.lib;
/sdk/testapps/testProjectTest/app/
AndroidManifest.xml
3
package="com.android.tests.
testprojecttest
.app"
.project
3
<name>
testProjectTest
-app</name>
/sdk/testapps/libsTest/lib2Test/
AndroidManifest.xml
17
<application android:label="
testProjectTest
-testlib" >
23
the package of com.android.tests.
testprojecttest
.testlib. To run the tests use the command:
24
"adb shell am instrument -w com.android.tests.
testprojecttest
.testlib/android.test.InstrumentationTestRunner"
.project
6
<project>
testProjectTest
-app</project>
/sdk/testapps/libsTest/appTest/
AndroidManifest.xml
22
the package of com.android.tests.
testprojecttest
.app. To run the tests use the command:
23
"adb shell am instrument -w com.android.tests.
testprojecttest
.test/android.test.InstrumentationTestRunner"
.project
6
<project>
testProjectTest
-app</project>
build.xml
2
<project name="
testProjectTest
-testapp" default="help">
/sdk/testapps/libsTest/lib1Test/
AndroidManifest.xml
25
the package of com.android.tests.
testprojecttest
.testlib. To run the tests use the command:
26
"adb shell am instrument -w com.android.tests.
testprojecttest
.testlib/android.test.InstrumentationTestRunner"
.project
6
<project>
testProjectTest
-app</project>
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java
17
package com.android.tests.
testprojecttest
.lib;
23
import com.android.tests.
testprojecttest
.app.R;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/
LibActivityTest.java
17
package com.android.tests.
testprojecttest
.lib;
23
import com.android.tests.
testprojecttest
.lib.R;
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java
17
package com.android.tests.
testprojecttest
.test;
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java
17
package com.android.tests.
testprojecttest
.test;
Completed in 75 milliseconds
1
2