HomeSort by relevance Sort by last modified time
    Searched full:applications (Results 1151 - 1175 of 4211) sorted by null

<<41424344454647484950>>

  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 147 * this device. This is used in the case of applications wishing to restore
162 * @param packages List of applications to restore (if data is available).
  /frameworks/base/docs/html/about/
index.jd 42 Android innovation lets you build powerful, differentiated applications
50 differentiated applications.</p>
  /frameworks/base/docs/html/about/versions/
android-2.0-highlights.jd 94 contact photo and select to call, SMS, or email the person. Other applications
160 <li>Application cache support, for offline applications.</li>
  /frameworks/base/docs/html/guide/appendix/
g-app-intents.jd 1 page.title=Intents List: Invoking Google Applications on Android Devices
12 <p>The table below lists the intents that your application can send, to invoke Google applications on Android devices in certain ways. For each action/uri pair, the table describes how the receiving Google application handles the intent. </p>
glossary.jd 21 be created by automatically translating compiled applications written in
69 application's data to other applications. A content provider is built on
122 applications/activities asynchronously. An Intent object is an instance of
131 turn be handled by multiple applications sequentially. The Android system
134 defined by other applications. For more information, see <a
146 available intent filters in all applications and passes the Intent to the
  /frameworks/base/docs/html/guide/faq/
security.jd 36 application and to define new capabilities that other applications can request.
73 any changes to the device or installing any special software. Android applications
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 70 <dd>Whether or not components of other applications can launch the target activity
73 components of the same application as the alias or applications with the same user ID.
  /frameworks/base/docs/html/training/id-auth/
identify.jd 33 <p>For many applications, the answer is the {@link android.accounts.AccountManager} APIs. With the
46 <p>Applications typically try to remember the user using one of three techniques:</p>
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.in.h 25 /* Standalone applications should #define __GETOPT_PREFIX to an
57 /* Standalone applications get correct prototypes for getopt_long and
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 49 // AlarmActivity listens for this broadcast intent, so that other applications
53 // AlarmActivity listens for this broadcast intent, so that other applications
  /packages/apps/Launcher2/
AndroidManifest.xml 111 <!-- Intent received used to install shortcuts from other applications -->
120 <!-- Intent received used to uninstall shortcuts from other applications -->
  /packages/apps/Launcher2/res/values/
attrs.xml 117 <!-- Max number of cells of applications horizontally -->
119 <!-- Max number of cells of applications vertically -->
  /packages/apps/Launcher3/res/values/
attrs.xml 114 <!-- Max number of cells of applications horizontally -->
116 <!-- Max number of cells of applications vertically -->
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 4 * Header file for v4l1 drivers and applications, for
7 * Provides header for legacy drivers and applications
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 4 * Header file for v4l1 drivers and applications, for
7 * Provides header for legacy drivers and applications
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 4 * Header file for v4l1 drivers and applications, for
7 * Provides header for legacy drivers and applications
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Web_Browser_Suite.py 1 """Suite Web Browser Suite: Class of events supported by Web Browser applications
4 Generated from /Applications/Internet Explorer.app
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
Standard_Suite.py 1 """Suite Standard Suite: Common terms for most applications
4 Generated from /Volumes/Sap/Applications (Mac OS 9)/Netscape Communicator\xe2\x84\xa2 Folder/Netscape Communicator\xe2\x84\xa2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 4 Generated from /Applications/Utilities/Terminal.app
80 applications = application variable
  /external/clang/tools/scan-view/Resources/
FileRadar.scpt 217 ??.miscactvnull??????null???? ?m???RADRalisH Leopard 9C31?p??H+? Radar.appm????????? Applications?p?;??$?#Leopard 9C31:Applications:Radar.app Radar.app Leopard 9C31Applications/Radar.app/????? ?l ???????????????? ?O ??? ?k????? ?l?????? ??? set myClassificationCode to 4 -- 1=security; 2=crash/hang/data loss; 3=performance; 4=UI/usability; 6=serious; 7=other; 9=feature; 10=enhancement; 12=task;????8 set myClassificationCode to 4 -- 1=security; 2=crash/hang/data loss; 3=performance; 4=UI/usability; 6=serious; 7=other; 9=feature; 10=enhancement; 12=task;??? ?r?? ?m???? ?o?? ??.0myreproducibilitycodemyReproducibilityCode??? ?l??? ?r?? ?m??
685 , """ +o???? ??0res )m??44?55""")?? ?m 66?RADRalisH Leopard 9C31?p??H+? Radar.appm????????? Applications?p?;??$?#Leopard 9C31:Applications:Radar.app Radar.app Leopard 9C31Applications/Radar.app/?????7?? 7l????????????????89:??;<=>?@ABCD????????8????????????????????????????????
  /frameworks/base/docs/html/google/play/licensing/
licensing-reference.jd 87 DeviceLimiter is not recommended for most applications because it requires a
88 backend server and may cause the user to lose access to licensed applications,
238 Additionally, as noted above, applications that are in draft mode (in other
239 words, applications that have been uploaded but have <em>never</em> been
333 downloaded applications. The period expresses the interval of time over which an
354 Google Play for paid applications. It sets the validity period based on
  /frameworks/base/docs/html/guide/components/
aidl.jd 38 different applications to access your service for IPC and want to handle multithreading in your
40 different applications, you should create your interface by <a
85 interface as appropriate. The client applications can then bind to the service and call methods from
107 your first release must remain backward compatible in order to avoid breaking other applications
108 that use your service. That is, because your {@code .aidl} file must be copied to other applications
290 separate applications, then the client's application must have a copy of the {@code .aidl} file
  /external/proguard/docs/manual/
examples.html 22 <li><a href="#applications">All possible applications in the input jars</a>
27 <li><a href="#androidapplications">All possible Android applications in the input jars</a>
43 <li><a href="#multiple">Processing multiple applications at once</a>
106 files</a>. For processing 'simple' applications like ProGuard, that is not
319 <a name="applications">&nbsp;</a>
320 <h3>All possible applications in the input jars</h3>
321 These options shrink, optimize, and obfuscate all public applications in
462 <h3>All possible Android applications in the input jars</h3>
581 More complex applications, applets, servlets, libraries, etc., may contai
    [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml 43 applications are multithreaded.
75 is well suited for computational intensive applications. As an example,
284 semaphores or barriers. As an example, a certain class of HPC applications
287 many conflicting memory accesses in such applications and although such
288 applications do not make use mutexes, most of these applications do not
    [all...]
  /frameworks/base/docs/html/guide/topics/connectivity/nfc/
nfc.jd 12 <li><a href="#dispatching">How NFC Tags are Dispatched to Applications</a></li>
65 information between devices. For example, the Contacts, Browser, and YouTube applications use
82 NFC tags, parses them, and tries to locate applications that are interested in the scanned data. It
91 <a href="#dispatching">How NFC Tags are Dispatched to Applications</a>.</li>
95 <p>Before you begin writing your NFC applications, it is important to understand the different
241 <h3 id="dispatching">How NFC Tags are Dispatched to Applications</h3>
284 <li>If no applications filter for any of the intents, do nothing.</li>
340 android.nfc.NfcAdapter#ACTION_NDEF_DISCOVERED} when no applications filter for
343 category to filter on. Many applications will filter for {@link
348 for applications to filter for in the cases where no other applications are installed to handle th
    [all...]

Completed in 1112 milliseconds

<<41424344454647484950>>