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
69
) sorted by null
1
2
3
/development/samples/ApiDemos/tests/
Android.mk
12
# Notice that we don't have to include the src files of
ApiDemos
because, by
13
# running the tests using an instrumentation targeting
ApiDemos
, we
18
LOCAL_INSTRUMENTATION_FOR :=
ApiDemos
/cts/tests/ApiDemosReferenceTest/src/android/apidemos/cts/
ApiDemosTest.java
17
package android.
apidemos
.cts;
25
import com.example.android.apis.
ApiDemos
;
29
public class ApiDemosTest extends ReferenceAppTestCase<
ApiDemos
> {
31
super("com.example.android.apis",
ApiDemos
.class);
40
final
ApiDemos
a = getActivity();
49
final
ApiDemos
a = getActivity();
66
final
ApiDemos
a = getActivity();
AllTests.java
17
package android.
apidemos
.cts;
/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/
Android.mk
13
LOCAL_PACKAGE_NAME :=
ApiDemos
/frameworks/base/docs/html/
sitemap.txt
48
http://developer.android.com/resources/samples/
ApiDemos
/index.html
319
http://developer.android.com/resources/samples/
ApiDemos
/assets/index.html
320
http://developer.android.com/resources/samples/
ApiDemos
/res/index.html
321
http://developer.android.com/resources/samples/
ApiDemos
/src/index.html
322
http://developer.android.com/resources/samples/
ApiDemos
/tests/index.html
323
http://developer.android.com/resources/samples/
ApiDemos
/AndroidManifest.html
415
http://developer.android.com/resources/samples/
ApiDemos
/src/com/example/android/apis/view/LabelView.html
416
http://developer.android.com/resources/samples/
ApiDemos
/res/layout/custom_view_1.html
[
all
...]
/development/pdk/docs/porting/
instrumentation_testing.jd
250
<p>When writing tests, refer to the
ApiDemos
tests as models (located at <code>//device/samples/
ApiDemos
</code>). This section provides an overview of the test structure with
ApiDemos
.</p>
258
$ find samples/
ApiDemos
/tests
259
samples/
ApiDemos
/tests
260
samples/
ApiDemos
/tests/Android.mk
261
samples/
ApiDemos
/tests/AndroidManifest.xml
262
samples/
ApiDemos
/tests/src
263
samples/
ApiDemos
/tests/src/com
264
samples/
ApiDemos
/tests/src/com/googl
[
all
...]
/frameworks/base/docs/html/guide/topics/drawing/
opengl.jd
28
<a href="{@docRoot}samples/
ApiDemos
/src/com/example/android/apis/graphics/GLView1.html">com.android.samples.graphics.GLView1.java</a>
29
in the
ApiDemos
sample code project. A slightly more sophisticated version showing how to use
31
<a href="{@docRoot}samples/
ApiDemos
/src/com/example/android/apis/graphics/GLSurfaceViewActivity.html">com.android.samples.graphics.GLSurfaceViewActivity.java</a>.
/cts/tests/ApiDemosReferenceTest/
Android.mk
28
LOCAL_INSTRUMENTATION_FOR :=
ApiDemos
AndroidManifest.xml
17
android:versionCode="1" android:versionName="1.0.0" package="android.
apidemos
.cts">
/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 {
126
result.setClass(this,
ApiDemos
.class);
/development/testrunner/test_defs/
test_walker.py
47
ie development/samples will return tests for instrumentation's in
ApiDemos
,
48
ApiDemos
/tests, Notepad/tests etc
50
ie
ApiDemos
/tests/src/../ApiDemosTest.java will return a test for
51
the instrumentation in
ApiDemos
/tests, with the class name filter set to
54
ie
ApiDemos
/tests/src/com/example/android/apis will return a test for
55
the instrumentation in
ApiDemos
/tests, with the java package filter set
/development/testrunner/
coverage_targets.xml
58
<coverage_target name="
ApiDemos
" build_path="development/samples/
ApiDemos
"
/build/target/product/
sdk.mk
48
ApiDemos
\
/build/tools/droiddoc/src/
SampleTagInfo.java
43
* {@include samples/
ApiDemos
/src/com/google/app/Notification1.java}
44
* {@sample samples/
ApiDemos
/src/com/google/app/Notification1.java}
45
* {@include samples/
ApiDemos
/src/com/google/app/Notification1.java Bleh}
46
* {@sample samples/
ApiDemos
/src/com/google/app/Notification1.java Bleh}
/development/samples/ApiDemos/src/com/example/android/apis/app/
DefaultValues.java
40
* application's settings. For
ApiDemos
, this is {@link ApiDemosApplication},
ForegroundService.java
76
Log.w("
ApiDemos
", "Unable to invoke startForeground", e);
79
Log.w("
ApiDemos
", "Unable to invoke startForeground", e);
101
Log.w("
ApiDemos
", "Unable to invoke stopForeground", e);
104
Log.w("
ApiDemos
", "Unable to invoke stopForeground", e);
/frameworks/base/core/java/android/widget/
package.html
22
ApiDemos
sample application has an example of creating a custom layout XML
/frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd
144
<p>If you have modified one of the
ApiDemos
applications and would like to migrate it
145
to the new SDK, note that you will need to uninstall the version of
ApiDemos
that comes
147
error when running or installing
ApiDemos
, see the troubleshooting topic
148
<a href="{@docRoot}resources/faq/troubleshooting.html#apidemosreinstall">I can't install
ApiDemos
/frameworks/base/docs/html/guide/samples/
index.jd
22
{@code
ApiDemos
} in the {@code samples/} directory. To create the API Demos project
25
android update project -s -n API Demos -t <em><target_ID></em> -p <em><path-to-platform></em>/samples/
ApiDemos
/
40
<dt><a href="{@docRoot}resources/samples/
ApiDemos
/index.html">API Demos</a></dt>
/cts/tools/utils/
buildCts.py
133
self.__LogGenerateDescription('android.
apidemos
.cts')
134
package = tools.TestPackage('ApiDemosReferenceTest', 'android.
apidemos
.cts')
136
package.AddAttribute('apkToTestName', '
ApiDemos
')
139
package.AddTest('android.
apidemos
.cts.ApiDemosTest.testNumberOfItemsInListView')
275
plan.Include(r'android\.
apidemos
\.cts')
/frameworks/base/docs/html/guide/appendix/faq/
troubleshooting.jd
24
<li><a href="#apidemosreinstall">I can't install
ApiDemos
apps in my IDE because of a signing error</a></li>
198
<h2 id="apidemosreinstall">I can't install
ApiDemos
apps in my IDE because of a signing error</a></h2>
201
<a href="{@docRoot}guide/publishing/app-signing.html">Signing Your Applications</a>. The
ApiDemos
205
If you want to modify or run one of the
ApiDemos
apps from Eclipse/ADT or other IDE, you can do so
207
you try to run an
ApiDemos
app from your IDE without removing the preinstalled version first,
210
<pre>[2008-08-13 15:14:15 -
ApiDemos
] Re-installation failed due to different application signatures.
211
[2008-08-13 15:14:15 -
ApiDemos
] You must perform a full uninstall of the application. WARNING: ...This will remove the application data!
212
[2008-08-13 15:14:15 -
ApiDemos
] Please execute 'adb uninstall com.android.samples' in a shell.</pre>
214
<p>The error occurs because, in this case, you are attempting to install another copy of
ApiDemos
226
<li>Reinstall the app using the command <code>adb install <path to the
ApiDemos
.apk></code>. If you are
[
all
...]
/frameworks/base/docs/html/resources/faq/
troubleshooting.jd
24
<li><a href="#apidemosreinstall">I can't install
ApiDemos
apps in my IDE because of a signing error</a></li>
198
<h2 id="apidemosreinstall">I can't install
ApiDemos
apps in my IDE because of a signing error</a></h2>
201
<a href="{@docRoot}guide/publishing/app-signing.html">Signing Your Applications</a>. The
ApiDemos
205
If you want to modify or run one of the
ApiDemos
apps from Eclipse/ADT or other IDE, you can do so
207
you try to run an
ApiDemos
apps from your IDE without removing the preinstalled version first,
210
<pre>[2008-08-13 15:14:15 -
ApiDemos
] Re-installation failed due to different application signatures.
211
[2008-08-13 15:14:15 -
ApiDemos
] You must perform a full uninstall of the application. WARNING: ...This will remove the application data!
212
[2008-08-13 15:14:15 -
ApiDemos
] Please execute 'adb uninstall com.android.samples' in a shell.</pre>
214
<p>The error occurs because, in this case, you are attempting to install another copy of
ApiDemos
226
<li>Reinstall the app using the command <code>adb install <path to the
ApiDemos
.apk></code>. If you are
[
all
...]
Completed in 162 milliseconds
1
2
3