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

<<21222324252627282930>>

  /frameworks/base/docs/html/google/play-services/
location.jd 17 The location APIs make it easy for you to build location-aware applications, without needing to
90 <em>Features for advanced applications</em>: For advanced applications that want to do their own
  /frameworks/base/docs/html/guide/topics/connectivity/usb/
index.jd 26 applications and environments can still interact with Android applications that can correctly
50 <p>When debugging applications that use USB accessory or host features, you most likely will have
  /frameworks/base/drm/java/android/drm/
package.html 19 <p>The Android platform provides an extensible DRM framework that lets applications manage
26 <li>A DRM framework API, which is exposed to applications through the Android
27 application framework and runs through the Dalvik VM for standard applications.</li>
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 235 Collection<SmsApplicationData> applications, String packageName) {
240 for (SmsApplicationData application : applications) {
264 Collection<SmsApplicationData> applications = getApplicationCollection(context); local
272 applicationData = getApplicationForPackage(applications, defaultApplication);
281 applicationData = getApplicationForPackage(applications, defaultPackage);
284 // Are there any applications?
285 if (applications.size() != 0) {
286 applicationData = (SmsApplicationData)applications.toArray()[0];
387 Collection<SmsApplicationData> applications = getApplicationCollection(context); local
388 SmsApplicationData applicationData = getApplicationForPackage(applications, packageName)
521 Collection<SmsApplicationData> applications = getApplicationCollection(context); local
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ActivityCompat.java 52 * <p>Applications may use this support helper to signal a significant change in
74 * control on activity launch animations. Applications can use this method
100 * control on activity launch animations. Applications can use this method
  /libcore/luni/src/main/java/org/xml/sax/
EntityResolver.java 31 * <p>Many SAX applications will not need to implement this interface,
32 * but it will be especially useful for applications that build
34 * or for applications that use URI types other than URLs.</p>
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java 33 import com.android.settings.applications.InstalledAppDetails;
39 * Retrieves the information of applications which accessed location recently.
92 * Fills a list of applications which queried location recently within
  /frameworks/base/docs/html/sdk/
index.jd 94 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the SDK solely to develop applications to run on the Android platform.
104 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
112 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
114 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
116 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
120 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
126 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
135 <h3>7. Third Party Applications</h3>
136 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, yo (…)
    [all...]
  /external/chromium/chrome/browser/
shell_integration_unittest.cc 105 temp_dir.path().AppendASCII("applications")));
107 temp_dir.path().AppendASCII("applications")
122 temp_dir.path().AppendASCII("applications").value());
124 temp_dir.path().AppendASCII("applications")));
129 temp_dir.path().AppendASCII("applications")
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 33 * <p>Applications will not normally use this interface themselves, instead
62 * that other applications can not abuse it.
84 * This token <strong>must not</strong> be passed to applications, since
85 * it grants special priviledges that should not be given to applications.
152 * applications for interacting with the input method. You can later
  /frameworks/base/docs/html/google/play/licensing/
setting-up.jd 56 <li>Publish the applications to which you have added licensing support</li>
77 & APIs page (under All Applications).</li>
113 <p>As described earlier, applications check licensing status not by contacting
146 Android applications, see <a
277 since it lets you reuse your licensing code across multiple applications and
304 share its code and resources across multiple applications. </p>
470 <em>only</em> to license checks for applications that you have uploaded, made by
497 applications associated with the publisher account. If you are testing multiple
498 applications at once, changing the test response will affect all of those
499 applications on their next license check (if the user is signed in t
    [all...]
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_launcher.jd 40 Launcher applications and appear on the user?s Home screen. Launcher icons can also be used to
72 alt="Example launcher icons for system and third-party applications"
75 <strong>Figure 1.</strong> Example launcher icons for system applications (left) and
76 third-party applications (right).
108 applications.</p>
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd 56 basis for your package names (in reverse). For example, applications published by Google start with
58 publishing your applications.</p>
81 <dd>The name of a Linux user ID that will be shared with other applications.
83 However, if this attribute is set to the same value for two or more applications,
163 transfer the SD card to another device and use applications installed on the card.) Though,
receiver-element.jd 28 applications to receive intents that are broadcast by the system or by other
29 applications, even when other components of the application are not running.
61 receive are those sent by components of the same application or applications
71 receiver is intended to receive intents broadcast by the system or other applications,
166 This allows components in different applications to share a process, reducing
  /frameworks/base/docs/html/tools/debugging/
index.jd 19 <p>The Android SDK provides most of the tools that you need to debug your applications. You need
53 via DDMS. If you want to debug multiple applications, attaching to each port might become
80 attach to this static debugging port and debug all the applications that are running on the
91 debug and profile your applications:</p>
117 applications:</p>
  /frameworks/base/docs/html/training/camera/
cameradirect.jd 38 from existing camera applications. However, if you want to build a specialized camera application
191 <p>Most camera applications lock the display into landscape mode because that is the natural
243 applications, including new instances of your own application.</p>
273 Important: Call release() to release the camera for use by other applications.
274 Applications should release the camera immediately in onPause() (and re-open() it in
  /frameworks/base/docs/html/training/sharing/
send.jd 39 from other applications by specifying them in your manifest.</p>
41 <p>Sending and receiving data between applications with intents is most commonly used for social
43 favorite applications.</p>
87 <li>If no applications match, Android displays a system message.</li>
110 <p class="note"><strong>Note:</strong> Some e-mail applications, such as Gmail, expect a
  /frameworks/base/services/java/com/android/server/location/
LocationFudger.java 35 * Contains the logic to obfuscate (fudge) locations for coarse applications.
37 * <p>The goal is just to prevent applications with only
60 * This is the fastest interval that applications can receive coarse
125 * Best location accuracy allowed for coarse applications.
347 * allowed for coarse applications and all derived values.
  /libcore/luni/src/main/java/org/xml/sax/ext/
EntityResolver2.java 41 * resolution. <em>Old Style</em> applications won't know about this interface;
46 * Both <em>Old Style</em> and <em>Transitional Mode</em> applications will
48 * <em>New style</em> applications will fail to run except on SAX2 parsers
64 * Allows applications to provide an external subset for documents
137 * Allows applications to map references to external entities into input
  /packages/apps/Launcher3/res/values-fr/
strings.xml 24 <string name="uid_name" msgid="7820867637514617527">"Applications de base Android"</string>
40 <string name="group_applications" msgid="3797214114206693605">"Applications"</string>
52 <string name="all_apps_button_label" msgid="9110807029020582876">"Applications"</string>
61 <string name="accessibility_all_apps_button" msgid="2603132375383800483">"Applications"</string>
85 <string name="apps_customize_apps_scroll_format" msgid="370005296147130238">"Page des applications %1$d sur %2$d"</string>
  /frameworks/base/docs/html/tools/building/
building-cmdline.jd 29 <li><a href="{@docRoot}tools/publishing/app-signing.html">Signing Your Applications</a></li>
49 "{@docRoot}tools/publishing/app-signing.html">Signing Your Applications</a>, particularly once
52 getting started, however, you can quickly run your applications on an emulator or your own
135 "{@docRoot}tools/publishing/app-signing.html">Signing Your Applications</a>.</p>
154 <a href="{@docRoot}tools/publishing/app-signing.html">Signing Your Applications</a>.</p>
194 <em>Settings &gt; Applications &gt; Unknown sources</em>.)</p>
241 first time, it won't show up in the application launcher or be accessible by other applications.
267 <strong>Settings > Applications > Development</strong>.</li>
304 <p>As you begin developing Android applications, understand that all Android applications must b
    [all...]
  /external/chromium_org/native_client_sdk/src/doc/sdk/
examples.rst 6 Every Native Client SDK bundle comes with a folder of example applications.
23 For other Native Client applications, or to **debug** Portable Native
24 Client applications by translating the **pexe** to a **nexe** ahead of
26 only for applications distributed through the Chrome Web Store. To run
27 Native Client applications that are not distributed through the Chrome
204 ``/Applications/Google Chrome.app/Contents/MacOS/Google Chrome`` for
206 ``Applications/Google Chrome Canary.app/Contents/MacOS/Google Chrome Canary``
  /frameworks/base/core/java/android/hardware/display/
DisplayManager.java 72 * use as presentation displays such as HDMI or Wireless displays. Applications
92 * to the system such as an HDMI or Wireless display. Applications can open
100 * third-party applications.
128 * Applications may automatically project their content to presentation displays
135 * display. Applications can still project their content on the display but they
160 * third-party applications.
184 * for legacy applications.
  /frameworks/base/docs/html/about/versions/
android-1.5.jd 18 <li><a href="#apps">Built-in Applications</a></li>
52 skins, sample applications, and more. The downloadable platform is fully
234 <p>Applications can now use a new element in their manifest files, <a
252 <li>LocationManager - Applications can get location change updates via
258 applications</li>
271 <h2 id="apps">Built-in Applications</h2>
274 built-in applications:</p>
  /frameworks/base/docs/html/training/connect-devices-wirelessly/
nsd.jd 38 requests. This is useful for a variety of peer-to-peer applications such as file
44 from other applications doing the same. Finally, this lesson shows you how
100 conflicts with other applications. For instance, assuming
102 other installed applications that use the same port. Instead, use the device's
105 known by other applications at compile-time. Instead, the applications can get
330 other applications from thinking it's still active and attempting to connect to

Completed in 559 milliseconds

<<21222324252627282930>>