Home
last modified time | relevance | path

Searched refs:named (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestSuiteBuilder.java166 public TestSuiteBuilder named(String newSuiteName) { in named() method in TestSuiteBuilder
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-gallery.jd14 <li>Start a new project named <em>HelloGallery</em>.</li>
67 <li>Create a new XML file in the <code>res/values/</code> directory named <code>attrs.xml</code>.
Dhello-autocomplete.jd16 <li>Start a new project named <em>HelloAutoComplete</em>.</li>
17 <li>Create an XML file named <code>list_item.xml</code> and save it inside the
Dhello-listview.jd14 <li>Start a new project named <em>HelloListView</em>.</li>
15 <li>Create an XML file named <code>list_item.xml</code> and save it inside the
Dhello-tablelayout.jd11 <li>Start a new project named <em>HelloTableLayout</em>.</li>
Dhello-relativelayout.jd18 <li>Start a new project named <em>HelloRelativeLayout</em>.</li>
Dhello-tabwidget.jd22 <li>Start a new project named <em>HelloTabWidget</em>.</li>
60 named <code>ic_tab_artists.xml</code> and insert the following:
Dhello-linearlayout.jd14 <li>Start a new project named <em>HelloLinearLayout</em>.</li>
Dhello-timepicker.jd14 <li>Start a new project named <em>HelloTimePicker</em>.</li>
Dhello-webview.jd11 <li>Create a new project named <em>HelloWebView</em>.</li>
Dhello-spinner.jd13 <li>Start a new project named <em>HelloSpinner</em>.</li>
Dhello-datepicker.jd14 <li>Start a new project named <em>HelloDatePicker</em>.</li>
Dhello-mapview.jd38 <li>Start a new project named <em>HelloGoogleMaps</em>.</li>
142 <li>Create a new Java class named <code>HelloItemizedOverlay</code> that implements
Dhello-gridview.jd16 <li>Start a new project named <em>HelloGridView</em>.</li>
/frameworks/base/docs/html/guide/market/billing/
Dbilling_overview.jd78 <li>A {@link android.app.Service} (named <code>BillingService</code> in the sample application),
81 <li>A {@link android.content.BroadcastReceiver} (named <code>BillingReceiver</code> in the sample
84 <li>A security component (named <code>Security</code> in the sample application), which performs
92 <li>A response {@link android.os.Handler} (named <code>ResponseHandler</code> in the sample
95 <li>An observer (named <code>PurchaseObserver</code> in the sample application), which is
109 in-app billing service (named <code>MarketBillingService</code>) using simple IPC method calls. The
Dbilling_reference.jd312 assigns this broadcast intent to a constant named <code>ACTION_RESPONSE_CODE</code>.</p>
331 message details. The sample application assigns this broadcast intent to a constant named
349 sample application assigns this broadcast intent to a constant named
/frameworks/base/tools/layoutlib/create/
DREADME.txt208 a- A copy of the original method named SomeClass.MethodName_Original().
212 non-existing static method named SomeClass_Delegate.MethodName().
/frameworks/base/libs/utils/
DREADME74 format in a named file resources.arsc, bundled as part of the .apk.
159 would include a resource also named string/str1. The end user does not
/frameworks/base/docs/html/guide/developing/building/
Dbuilding-cmdline.jd84 …his creates your debug <code>.apk</code> file inside the project <code>bin/</code> directory, named
128 directory, named <code><em>&lt;your_project_name&gt;</em>-unsigned.apk</code>.</p>
183 directory, named <code><em>&lt;your_project_name&gt;</em>-release.apk</code>. This .apk file has
/frameworks/base/docs/html/guide/topics/resources/
Dproviding-resources.jd46 specific device configurations, by grouping them in specially-named resource directories. At
224 <li>Create a new directory in {@code res/} named in the form {@code
236 named exactly the same as the default resource files.</li>
776 the same drawable files for Spain and France, you <em>cannot</em> have a directory named
784 <p>After you save alternative resources into directories named with
905 cannot use the resources named with the new qualifier. For example, if your <a
945 directories named with the above screen configuration qualifiers, because it ignores these
971 resource directory named with a qualifier that does not exist in Android 1.0. For example, because
/frameworks/base/docs/html/resources/tutorials/
Dhello-world.jd491 <p>In Eclipse, open the file named <code>R.java</code> (in the <code>gen/</code> [Generated Java Fi…
525 For now, notice the inner class named "layout", and its
527 layout file named main.xml and generated a class for it here. As you add other
587 <p>The Android SDK includes a tool named "android" that can be
/frameworks/base/docs/html/guide/topics/renderscript/
Dindex.jd174 <li>Every <code>.rs</code> file that you create is generated into a class named
193 <li>Global pointers generate a special method named <code>bind_<em>pointer_name</em></code>
202 <li>A <code>struct</code> is reflected into its own class named
468 <p>For a <code>struct</code>, the Android build tools generate a class named
/frameworks/base/docs/html/guide/developing/tools/
Daidl.jd95 {@code .aidl} file. This interface has an inner abstract class named {@code Stub} that extends
203 named after your {@code .aidl} file. The generated interface includes a subclass named {@code Stub}
/frameworks/base/docs/html/sdk/
Dcompatibility-library.jd248 for API level 13 and up, each named with the respective version (such as {@code v4/}).</p>
255 <li>In your Android project, create a directory named {@code libs} at the root of your
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-alias-element.jd26 <dd>An alias for an activity, named by the {@code targetActivity}

123