Searched refs:examples (Results 1 – 25 of 104) sorted by relevance
12345
21 import android.test.suitebuilder.examples.OuterTest;22 import android.test.suitebuilder.examples.suppress.SuppressedTest;23 import android.test.suitebuilder.examples.error.ErrorTest;24 import android.test.suitebuilder.examples.error.FailingTest;25 import android.test.suitebuilder.examples.nested.Level1Test;26 import android.test.suitebuilder.examples.nested.nested.Level2Test;27 import android.test.suitebuilder.examples.simple.SimpleTest;28 import android.test.suitebuilder.examples.subclass.SubclassTest;
20 import android.test.suitebuilder.examples.OuterTest;21 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
19 import android.test.suitebuilder.examples.instrumentation.InstrumentationTest;
245 final ArrayList<Gesture> examples = entry.getValue(); in save() local246 final int count = examples.size(); in save()254 examples.get(i).serialize(out); in save()
17 package android.test.suitebuilder.examples.subclass;
17 package android.test.suitebuilder.examples.constructor;
17 package android.test.suitebuilder.examples.simple;
17 package android.test.suitebuilder.examples.instrumentation;
17 package android.test.suitebuilder.examples.smoke;
17 package android.test.suitebuilder.examples.nested;
17 package android.test.suitebuilder.examples.nested.nested;
17 package android.test.suitebuilder.examples.error;
17 package android.test.suitebuilder.examples.suppress;
17 package android.test.suitebuilder.examples;
68 products and subscriptions from inside an app. The sample contains examples of70 application. It also contains examples of the database, user interface, and
105 It illustrates activities and tasks with examples, and describes some113 This document draws examples from several Android applications,115 applications (such as Maps). You can try out the examples yourself in239 Here are other examples of applications and the activities they might contain:334 Here are some examples of tasks:382 The following examples illustrate basic principles for applications,385 activities and switching between tasks. With most of these examples546 Both of these examples illustrate tasks — a sequence of692 Here are some examples of Intent objects and the activities they resolve to:735 A generic action to be performed. In these examples: view, edit, dial or crop[all …]
59 <h2 id="examples">Examples</h2>
10 developing a simple notepad application and provides concrete examples of how to84 tutorial examples and describes what each covers. ">