/frameworks/base/packages/MtpDocumentsProvider/jni/ |
D | com_android_mtp_AppFuse.cpp | 158 req->header().unique, in handle_fuse_request() 160 fuse_reply(fd, req->header().unique, -ENOSYS, NULL, 0); in handle_fuse_request() 348 request->header().unique, in invoke_handler() 424 static void fuse_reply(int fd, int unique, int reply_code, void* reply_data, in fuse_reply() argument 434 hdr.unique = unique; in fuse_reply()
|
/frameworks/wilhelm/doc/ |
D | README.txt | 1 …e and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for …
|
/frameworks/base/libs/hwui/ |
D | DisplayList.cpp | 70 if (path->unique() && Caches::hasInstance()) { in cleanupResources()
|
/frameworks/base/docs/html/wear/preview/features/ |
D | bridger.jd | 124 method. For each notification, pass a globally unique ID, as a string, 133 globally unique ID is specified for a new notification:
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | more-resources.jd | 16 <dd>XML resource that provides a unique identifier for application resources and 332 <p>A unique resource ID defined in XML. Using the name you provide in the {@code <item>} 333 element, the Android developer tools create a unique integer in your project's {@code 336 or a unique integer for use in your application code (for example, as an ID for a dialog or a 343 an actual resource item; it is simply a unique ID that you can attach to other resources or use 344 as a unique integer in your application.</p> 379 <dd>Defines a unique ID. Takes no value, only attributes. 385 <dd><em>String</em>. A unique name for the ID.</dd> 414 <p>As another example, the following code snippet uses the "dialog_exit" ID as a unique identifier
|
D | available-resources.jd | 48 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | meta-data-element.jd | 56 <dd>A unique name for the item. To ensure that the name is unique, use a
|
D | category-element.jd | 40 that they are unique.
|
D | manifest-element.jd | 56 name should be unique. The name may contain uppercase or lowercase letters 66 The package name serves as a unique identifier for the application. 87 By default, Android assigns each application its own unique user ID.
|
D | permission-tree-element.jd | 50 be used to ensure that the name is unique. The name must have more than
|
/frameworks/base/docs/html/training/articles/ |
D | user-data-ids.jd | 2 page.metaDescription=How to manage unique identifiers the right way for users. 127 MAC addresses are globally unique, not user-resettable and survive factory 348 unique data where possible. In the example, this would mean reducing the 405 In cases where an Instance ID isn't practical, custom globally unique IDs 413 Because the identifier is globally unique, it can be used to identify a 481 the associated scope. At the highest level, a globally unique identifier will 491 In general, user account identifiers can be considered unique (i.e., each 492 device/account combo has a unique ID). On the other hand, the less unique
|
D | user-data-permissions.jd | 27 Create a unique identifier for advertising or user analytics</a></li> 57 For best practices for working with unique identifiers, please see <a href= 223 <em>In this case, you need a unique identifier to determine which device the 244 unique device identifier for your application instance. The 252 <h3 id="d_create_a_unique_identifier_for_advertising_or_user_analytics">Create a unique 256 <em>In this case, you need a unique identifier for building a profile for
|
/frameworks/base/tools/aapt2/ |
D | StringPool.h | 198 Ref makeRefImpl(const StringPiece16& str, const Context& context, bool unique);
|
D | StringPool.cpp | 136 bool unique) { in makeRefImpl() argument 137 if (unique) { in makeRefImpl()
|
/frameworks/base/docs/html/distribute/analyze/ |
D | index.jd | 20 With a unique Google Play Developer Console integration, Google Analytics can
|
/frameworks/base/docs/html/training/camera/ |
D | index.jd | 44 they see around them, make unique avatars, look for zombies around the corner,
|
/frameworks/base/docs/html/topic/instant-apps/ |
D | faqs.jd | 34 notifications, or access unique device identifiers.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_launcher.jd | 95 <li>Create an icon that is unique and memorable.</li> 133 …<li>Have a unique silhouette for faster recognition; not all Android app icons should be square. <… 160 <td style="border:0; vertical-align:middle">Icons should not be cropped. Use unique shapes
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 51 <p>To optimize your user experience on different screen sizes, you should create a unique layout XML 54 suffix. For example, a unique layout for large screens should be saved under
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 49 <li>Retrieve a unique device ID to remember the device</li> 55 there's no guarantee that the username chosen will be unique. </p>
|
/frameworks/base/docs/html/training/custom-views/ |
D | index.jd | 42 sometimes your app has unique needs that aren’t covered by the built-in views. This class shows you
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | declaring-layout.jd | 161 <li>Define a view/widget in the layout file and assign it a unique ID: 178 which is referenced by the unique ID.</p> 179 <p>An ID need not be unique throughout the entire tree, but it should be 180 unique within the part of the tree you are searching (which may often be the entire tree, so it's b… 181 to be completely unique when possible).</p> 322 <p>Each subclass of the {@link android.view.ViewGroup} class provides a unique way to display
|
/frameworks/base/docs/html/guide/ |
D | index.jd | 52 <p>Android provides an adaptive app framework that allows you to provide unique resources
|
/frameworks/base/docs/html/training/tv/playback/ |
D | index.jd | 46 be extended and customized so you can create an experience that is unique to your app.
|
/frameworks/base/docs/html/distribute/engage/ |
D | nearby.jd | 7 <p>Create experiences that seem magical for users who are in close proximity by using the unique
|