OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:apidemos
(Results
1 - 25
of
63
) sorted by null
1
2
3
/development/samples/ApiDemos/tests/
Android.mk
14
# Notice that we don't have to include the src files of
ApiDemos
because, by
15
# running the tests using an instrumentation targeting
ApiDemos
, we
20
LOCAL_INSTRUMENTATION_FOR :=
ApiDemos
/development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosTest.java
25
public class ApiDemosTest extends ActivityInstrumentationTestCase2<
ApiDemos
> {
28
* Create an {@link ActivityInstrumentationTestCase2} that tests the {@link
ApiDemos
} activity.
31
super(
ApiDemos
.class);
AllTests.java
25
* A test suite containing all tests for
ApiDemos
.
/development/samples/ApiDemos/src/com/example/android/apis/app/
IntentActivityFlags.java
46
// First: root activity of
ApiDemos
.
50
com.example.android.apis.
ApiDemos
.class));
53
intent.setClass(IntentActivityFlags.this, com.example.android.apis.
ApiDemos
.class);
58
intent.setClass(IntentActivityFlags.this, com.example.android.apis.
ApiDemos
.class);
ActionBarNavigation.java
45
text.setText("This was launched from
ApiDemos
");
IncomingMessage.java
74
// First: root activity of
ApiDemos
.
78
com.example.android.apis.
ApiDemos
.class));
81
intents[1] = new Intent(context, com.example.android.apis.
ApiDemos
.class);
84
intents[2] = new Intent(context, com.example.android.apis.
ApiDemos
.class);
ScreenOrientation.java
35
// This list must match the list found in samples/
ApiDemos
/res/values/arrays.xml
StatusBarNotifications.java
167
// First: root activity of
ApiDemos
.
171
com.example.android.apis.
ApiDemos
.class));
174
intents[1] = new Intent(this, com.example.android.apis.
ApiDemos
.class);
177
intents[2] = new Intent(this, com.example.android.apis.
ApiDemos
.class);
/frameworks/base/tests/RemoteDisplayProvider/
README
13
such as the PresentationWithMediaRouterActivity in
ApiDemos
.
/development/samples/ApiDemos/
Android.mk
18
LOCAL_PACKAGE_NAME :=
ApiDemos
README.txt
18
Once downloaded, copy the jar file into the
ApiDemos
project libs/ folder.
/platform_testing/build/tasks/tests/
platform_test_list.mk
5
ApiDemos
\
/development/testrunner/test_defs/
test_walker.py
51
ie development/samples will return tests for instrumentation's in
ApiDemos
,
52
ApiDemos
/tests, Notepad/tests etc
54
ie
ApiDemos
/tests/src/../ApiDemosTest.java will return a test for
55
the instrumentation in
ApiDemos
/tests, with the class name filter set to
58
ie
ApiDemos
/tests/src/com/example/android/apis will return a test for
59
the instrumentation in
ApiDemos
/tests, with the java package filter set
/frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp
88
String8 source2("
ApiDemos
/res");
89
String8 dest2("
ApiDemos
/res2");
FileFinder_test.cpp
27
String8 path("
ApiDemos
");
/development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java
29
* See samples/
ApiDemos
/tests/src/com.example.android.apis/ApiDemosApplicationTests for an example
ApiDemos.java
36
public class
ApiDemos
extends ListActivity {
129
result.setClass(this,
ApiDemos
.class);
/development/testrunner/tests/
Android_java.mk
23
LOCAL_INSTRUMENTATION_FOR :=
ApiDemos
/development/testrunner/
coverage_targets.xml
58
<coverage_target name="
ApiDemos
" build_path="development/samples/
ApiDemos
"
/development/samples/Alarm/
_index.html
3
ApiDemos
sample application. It is used as the application under test
/external/doclava/src/com/google/doclava/
SampleTagInfo.java
41
* Four examples: {@include samples/
ApiDemos
/src/com/google/app/Notification1.java} {@sample
42
* samples/
ApiDemos
/src/com/google/app/Notification1.java} {@include
43
* samples/
ApiDemos
/src/com/google/app/Notification1.java Bleh} {@sample
44
* samples/
ApiDemos
/src/com/google/app/Notification1.java Bleh}
/frameworks/base/core/java/android/widget/
package.html
29
ApiDemos
sample application has an example of creating a custom layout XML
/platform_testing/tests/jank/jankmicrobenchmark/
AndroidTest.xml
28
<option name="test-file-name" value="
ApiDemos
.apk" />
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/test/
AllTests.java
25
* A test suite containing all tests for
ApiDemos
.
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/test/
AllTests.java
25
* A test suite containing all tests for
ApiDemos
.
Completed in 235 milliseconds
1
2
3