Home
last modified time | relevance | path

Searched refs:IDs (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/docs/html/guide/market/billing/
Dbilling_testing.jd15 <li><a href="#billing-testing-real">Testing in-app purchases using your own product IDs</a></li>
50 …ransferred when you make in-app billing requests with the reserved product IDs. Also, you cannot s…
57IDs. Also, you do not need to upload your application to the publisher site to perform static resp…
59 <p>There are four reserved product IDs for testing static in-app billing responses:</p>
76 …lication. To test signature verification with the special reserved product IDs, you may need to se…
133 …a real product ID from your application's product list you use one of the reserved product IDs.</p>
135 <p class="note"><strong>Note</strong>: Making in-app billing requests with the reserved product IDs
137 <h2 id="billing-testing-real">Testing In-app Purchases Using Your Own Product IDs</h2>
152 …u do not need to publish your application to perform end-to-end testing with real product IDs.</li>
Dbilling_about.jd59 …<td>In-app billing service allows static testing with reserved product IDs. You cannot publish app…
69 …rket/billing/billing_testing.html#billing-testing-static">reserved product IDs and test responses<…
Dbilling_admin.jd73IDs are unique across an application's namespace. A product ID must start with a lowercase letter …
96 …sure to plan your product ID namespace. You cannot reuse or modify product IDs after you save them…
Dbilling_reference.jd245IDs. Each notification ID corresponds to a specific server-side message, and each messages contain…
Dbilling_overview.jd126IDs. Each notification ID corresponds to a specific server-side message, and each messages contain…
/frameworks/base/graphics/java/android/renderscript/
DSimpleMesh.java149 int[] IDs = new int[b.mVertexTypeCount]; in internalCreate() local
152 IDs[ct] = b.mVertexTypes[ct].t.mID; in internalCreate()
155 IDs[ct] = b.mVertexTypes[ct].t.mID; in internalCreate()
160 int id = rs.nSimpleMeshCreate(0, indexID, IDs, b.mPrimitive.mID); in internalCreate()
DRenderScript.java97 native void nTypeSetupFields(Type t, int[] types, int[] bits, Field[] IDs); in nTypeSetupFields() argument
/frameworks/base/docs/html/guide/developing/
Ddevice.jd10 <li><a href="#VendorIds">USB Vendor IDs</a></li>
87 <code>SYSFS{idVendor}</code> property. For other IDs, see the table of <a
88 href="#VendorIds">USB Vendor IDs</a>, below.
122 <h3 id="VendorIds">USB Vendor IDs</h3>
123 <p>This table provides a reference to the vendor IDs needed in order to add
Dother-ide.jd113 build your project against. To see a list of available targets and their corresponding IDs,
202 IDs,
824 develop your applications, be aware that common resource IDs are likely to be
830 <p>To avoid resource conflicts for common resource IDs, consider using a prefix
838 correct resource IDs.</p>
Declipse-adt.jd586 always used in preference to identical resource IDs defined in libraries.</p>
630 develop your applications, be aware that common resource IDs are likely to be
636 <p>To avoid resource conflicts for common resource IDs, consider using a prefix
644 correct resource IDs.</p>
/frameworks/base/docs/html/guide/tutorials/views/
Dhello-tabwidget.jd55 … and the FrameLayout elements have specific <code>android</code> namespace IDs. These are necessary
57 …in our code, and swap the views in the FrameLayout. We've also defined our own IDs for each TextVi…
Dhello-gallery.jd102 <p>First, there are a few member variables, including an array of IDs that reference
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd133 <p>To manage this, Android defines <em>feature IDs</em>. Every capability has a
137 ID for Live Wallpapers is <code>“android.software.live_wallpapers”</code>. Each of these IDs
141 future versions, new feature IDs will be added as well.</p>
144 by listing their feature IDs in <code>&lt;uses-feature&gt;</code> elements in
/frameworks/base/services/java/com/android/server/
DEventLogTags.logtags34 # Leave IDs through 2739 for more power logs (2730 used by battery_discharge above)
/frameworks/base/docs/html/guide/topics/resources/
Daccessing-resources.jd47 referencing its resource ID. All resource IDs are defined in your project's {@code R} class, which
51 resource IDs for all the resources in your {@code
57 <p>Although the {@code R} class is where resource IDs are specified, you should never need to
/frameworks/base/docs/html/resources/articles/
Dcontacts.jd198 <p>The reason for this complication is that regular contact row IDs are
211 both IDs, as shown here:</p>
215 <p>When both IDs are present in the URI, the system will try to use the long ID
219 bulk-processes contacts, you should maintain both IDs. If your app works with a
/frameworks/base/docs/html/videos/
Dindex.jd12 /* This 'playlist' object defines the playlist IDs for each tab.
32 * This string is read via indexOf(), so multiple IDs need only be comma-separated in this string.
/frameworks/base/docs/html/resources/tutorials/views/
Dhello-gallery.jd134 <p>First, there are a few member variables, including an array of IDs that reference
Dhello-tabwidget.jd112 elements have the IDs {@code tabs} and {@code tabcontent}, respectively. These names
/frameworks/base/docs/html/guide/topics/security/
Dsecurity.jd11 <li><a href="#userid">User IDs and File Access</a></li>
76 <h2>User IDs and File Access</h2>
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_status_bar.jd205 Android platform resource IDs (i.e. status bar icons under
Dicon_design_menu.jd222 Android platform resource IDs (i.e. menu icons under
/frameworks/base/docs/html/guide/developing/tools/
Dtraceview.jd249 <li>The VM reuses thread IDs. If a thread stops and another starts, they
/frameworks/base/docs/html/guide/topics/ui/
Dmenus.jd213 item and the switch statement compares the ID against the resource IDs that were assigned to menu
336 menu item and a switch statement matches the item to the IDs that are defined in the menu resource.
Ddeclaring-layout.jd177 <p>Defining IDs for view objects is important when creating a {@link android.widget.RelativeLayout}.

12