Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 141) sorted by relevance

123456

/frameworks/base/packages/MtpDocumentsProvider/jni/
Dcom_android_mtp_AppFuse.cpp158 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/
DREADME.txt1 …e and link the OpenSLES_IID.c file into your project. This file contains unique interface IDs for …
/frameworks/base/libs/hwui/
DDisplayList.cpp70 if (path->unique() && Caches::hasInstance()) { in cleanupResources()
/frameworks/base/docs/html/wear/preview/features/
Dbridger.jd124 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/
Dmore-resources.jd16 <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
Davailable-resources.jd48 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
/frameworks/base/docs/html/guide/topics/manifest/
Dmeta-data-element.jd56 <dd>A unique name for the item. To ensure that the name is unique, use a
Dcategory-element.jd40 that they are unique.
Dmanifest-element.jd56 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.
Dpermission-tree-element.jd50 be used to ensure that the name is unique. The name must have more than
/frameworks/base/docs/html/training/articles/
Duser-data-ids.jd2 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
Duser-data-permissions.jd27 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/
DStringPool.h198 Ref makeRefImpl(const StringPiece16& str, const Context& context, bool unique);
DStringPool.cpp136 bool unique) { in makeRefImpl() argument
137 if (unique) { in makeRefImpl()
/frameworks/base/docs/html/distribute/analyze/
Dindex.jd20 With a unique Google Play Developer Console integration, Google Analytics can
/frameworks/base/docs/html/training/camera/
Dindex.jd44 they see around them, make unique avatars, look for zombies around the corner,
/frameworks/base/docs/html/topic/instant-apps/
Dfaqs.jd34 notifications, or access unique device identifiers.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_launcher.jd95 <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/
Dscreens.jd51 <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/
Didentify.jd49 <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/
Dindex.jd42 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/
Ddeclaring-layout.jd161 <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/
Dindex.jd52 <p>Android provides an adaptive app framework that allows you to provide unique resources
/frameworks/base/docs/html/training/tv/playback/
Dindex.jd46 be extended and customized so you can create an experience that is unique to your app.
/frameworks/base/docs/html/distribute/engage/
Dnearby.jd7 <p>Create experiences that seem magical for users who are in close proximity by using the unique

123456