/frameworks/base/core/java/android/os/ |
Build.java | 154 * <p>Applications targeting this or a later release will get these 179 * <p>Applications targeting this or a later release will get these 214 * <p>Applications targeting this or a later release will get these 231 * <p>Applications targeting this or a later release will get these 234 * <li> The default theme for applications is now dark holographic: 279 * <p>As of this version, applications that don't say whether they 282 * later. Applications that don't support a screen size at least as 298 * <p>Applications targeting this or a later release will get these 303 * features were introduced in this release. Applications that target 314 * bits set; these need to be cleared for older applications becaus [all...] |
/frameworks/av/include/camera/ |
CameraParameters.h | 107 // perspective of applications, not driver. 243 // Current focus mode. This will not be empty. Applications should call 421 // focus, or starting the preview. Applications can read this anytime to get 464 // Camcorder applications are recommended to set the preview size 490 // Returns true if video snapshot is supported. That is, applications 491 // can call Camera.takePicture during recording. Applications do not need to 500 // Applications can set shutter callback as null to avoid the shutter 523 // Returns true if video stabilization is supported. That is, applications 597 // Applications are looking for a barcode. Camera driver will be optimized 621 // Auto-focus mode. Applications should cal [all...] |
/frameworks/base/docs/html/guide/components/ |
fundamentals.jd | 9 <li>Android applications are composed of one or more application components (activities, 12 one can be activated individually (even by other applications)</li> 40 <p>Android applications are written in the Java programming language. The Android SDK tools compile 57 other applications.</li> 61 needed or when the system must recover memory for other applications.</li> 69 <p>However, there are ways for an application to share data with other applications and for an 73 <li>It's possible to arrange for two applications to share the same Linux user ID, in which case 74 they are able to access each other's files. To conserve system resources, applications with the 76 applications must also be signed with the same certificate).</li> 150 application can access. Through the content provider, other applications can query or even modif [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
activity_task_design.jd | 50 <li>Activities are the main building blocks of Android applications. </li> 51 <li>In addition to writing your own activities, you are free to re-use activities from many other applications through intents.</li> 52 <li>You can enable activities in your application to be started from intents in other applications.</li> 60 <li><a href=#applications_activities>Applications, Activities, Activity Stack and Tasks</a> 114 This document draws examples from several Android applications, 115 including default applications (such as Dialer) and Google 116 applications (such as Maps). You can try out the examples yourself in 119 applications used in this document. 132 <h2 id="applications_activities">Applications, Activities, Activity Stack and Tasks</h2> 139 <li>Applications [all...] |
/dalvik/vm/ |
Inlines.h | 21 * version in the library for the benefit of applications that include our
|
/development/apps/Fallback/res/values/ |
strings.xml | 18 <!-- Name of the fallback application. It's used only on the SDK when applications from
|
/development/samples/BluetoothHDP/ |
_index.html | 2 applications that use Bluetooth to communicate with health devices that support
|
/development/samples/training/AnimationsDemo/res/menu/ |
activity_crossfade.xml | 20 applications should automatically toggle when content becomes available. -->
|
/device/samsung/toro/overlay/frameworks/base/core/res/res/values-fr/ |
strings.xml | 24 <string name="permdesc_readCellBroadcasts" msgid="7941871237993413028">"Permet à l\'application de lire les messages d\'alerte d\'urgence que votre appareil reçoit. Dans certaines zones géographiques, des alertes vous sont envoyées afin de vous prévenir en cas de situation d\'urgence. Les applications malveillantes peuvent venir perturber les performances ou le fonctionnement de votre appareil lorsqu\'un message d\'urgence est reçu via un canal de diffusion cellulaire."</string>
|
/device/ti/panda/ |
media_profiles.xml | 157 If a codec is not enabled, it is invisible to the applications 158 In other words, the applications won't be able to use the codec 198 for TEST applications. For other applications, we do
|
/docs/source.android.com/src/compatibility/2.1/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/compatibility/2.2/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/compatibility/2.3/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/compatibility/4.0/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/compatibility/4.1/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/compatibility/4.2/ |
versions.jd | 7 applications and web sites may rely on predictable values for this string, and
|
/docs/source.android.com/src/devices/tech/dalvik/ |
index.jd | 19 <p>Dalvik is the managed runtime used by applications and some system
|
/external/chromium/chrome/browser/ |
browser_process_sub_thread.h | 20 // Applications must initialize the COM library before they can call
|
/external/chromium/chrome/browser/extensions/ |
extension_special_storage_policy.h | 18 // Special rights are granted to 'extensions' and 'applications'. The
|
/external/chromium/chrome/browser/net/ |
browser_url_util.cc | 22 // Unescaping path and query is not a good idea because other applications
|
/external/chromium/chrome/browser/ui/cocoa/ |
install.sh | 9 # copied to /Applications. The application, when running from the disk image, 61 # somewhere under /Applications, try to make it writable by all admin users. 67 # under /Applications, it might not be in a system-wide location, and it 83 if [ "${DEST:0:14}" = "/Applications/" ] &&
|
/external/clang/include/clang/Tooling/ |
Refactoring.h | 110 /// Replacement applications happen independently of the success of 111 /// other applications. 139 /// Replacement applications happen independently of the success of other 140 /// applications.
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid_nt.c | 16 // to use native API in ordinary applications.
|
/external/icu4c/test/perf/DateFmtPerf/ |
ReadMe.txt | 8 The purpose of this performance test is to test the "real world" applications of ICU, such as Date Formatting and the Break Iterator. In both of these cases, the performance test function does all of the work, i.e. initializing, formatting, etc.
|
/external/jsilver/src/org/clearsilver/ |
ClearsilverFactory.java | 20 * A factory for constructing new CS and HDF objects. Allows applications to
|