HomeSort by relevance Sort by last modified time
    Searched full:application (Results 626 - 650 of 14555) sorted by null

<<21222324252627282930>>

  /frameworks/base/docs/html/training/notepad/
notepad-index.jd 9 developing a simple notepad application and provides concrete examples of how to
10 set up the project, develop the application logic and user interface, and then
11 compile and run the application. </p>
13 <p>The tutorial presents the notepad application development as a set of
16 application. The exercises explain each step in detail and provide all the
17 sample code you need to complete the application. </p>
20 Android application and learned in depth about many of the most important
22 your application, you can examine the code in an alternative implementation
23 of a notepad application, in the
36 application concepts and terminology. If you aren't yet familiar with those, yo
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
licensing-reference.jd 2 parent.title=Application Licensing
54 access to the application, based on the license response. </td>
86 application to a specific device. Called from LicenseValidator. Implementing
124 <td>One-way IPC callback implementation over which the application receives an
135 licensing server. In general, an application should handle all of these response
153 <td>The application is licensed to the user. The user has purchased the
154 application, or is authorized to download and install the alpha or beta version
155 of the application.</td>
162 <td>The application is licensed to the user, but there is an updated application
    [all...]
adding-licensing.jd 2 parent.title=Application Licensing
42 <li><a href="#app-publishing">Publishing a Licensed Application</a></li>
58 <li><a href="#manifest-permission">Adding the licensing permission</a> your application's manifest.</li>
62 <li><a href="#impl-lc">Adding code to check the license</a> in your application's main
69 integration, you should be able to compile your application successfully and you
81 <p>To use the Google Play application for sending a license check to the
82 server, your application must request the proper permission,
83 <code>com.android.vending.CHECK_LICENSE</code>. If your application does
87 <p>To request the licensing permission in your application, declare a <a
94 <p>For example, here's how the LVL sample application declares the permission
    [all...]
  /frameworks/base/docs/html/guide/practices/
screens-distribution.jd 13 <li>If necessary, you can control distribution of your application based on the device
37 <p>Although we recommend that you design your application to function properly on multiple
39 application to certain types of screens, such as only tablets and other large devices or only
42 application supports.</p>
44 <p>However, before you decide to restrict your application to certain screen configurations, you
47 them to the best of your ability. By supporting multiple screens, your application can be made
55 need to filter your application from larger screens. As long as you follow the <a
57 Independence</a>, your application should work well on larger screens such as tablets. However, you
58 might discover that your application can't scale up well or perhaps you've decided to publish two
59 versions of your application for different screen configurations. In such a case, you can use the <
    [all...]
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 24 * Represents a launchable application. An application is made of a name (or title), an intent
29 * The application name.
34 * The intent used to start the application.
39 * The application icon.
49 * Creates the application intent based on a component name and various launch flags.
  /development/samples/Spinner/
AndroidManifest.xml 18 Declares the contents of this Android application. The "namespace"
20 "package" attribute provides a unique Android name for the application.
21 If you use this file as a template in your own application, you must change
37 Sets the application's user-readable label
39 <application android:label="@string/app_name">
54 </application>
  /development/samples/SpinnerTest/
AndroidManifest.xml 18 Declare the contents of this Android application. The "namespace"
20 "package" attribute provides a unique Android name for the application.
21 If you use this file as a template in your own application, you must change
30 <application android:label="@string/app_name">
36 </application>
38 This declares that this application uses the instrumentation test runner targeting
  /external/chromium_org/mojo/examples/html_viewer/
html_viewer.cc 7 #include "mojo/public/cpp/application/application.h"
38 class HTMLViewer : public Application,
56 // Overridden from Application:
101 Application* Application::Create() {
  /external/chromium_org/mojo/examples/pepper_container_app/
pepper_container_app.cc 14 #include "mojo/public/cpp/application/application.h"
25 class PepperContainerApp: public Application,
30 : Application(),
106 Application* Application::Create() {
  /external/chromium_org/net/base/
mime_sniffer_unittest.cc 59 EXPECT_EQ("application/octet-stream", mime_type);
69 "application/octet-stream", "application/octet-stream" },
75 "", "application/octet-stream" },
81 "application/octet-stream", "application/octet-stream" },
95 "", "application/x-chrome-extension" },
98 "", "application/x-chrome-extension" },
101 "", "application/x-chrome-extension" },
106 "text/plain", "application/x-chrome-extension" }
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
oomkiller_profiler.py 13 """Exception when unable to find a launched application"""
15 def __init__(self, application):
17 self.application = application
20 return repr(self.application)
24 """Android-specific, Launch the music application and check it is still alive
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TelephonyManagerTest.java 11 import static com.xtremelabs.robolectric.Robolectric.application;
46 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
53 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
61 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
69 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
83 TelephonyManager telephonyManager = (TelephonyManager) application.getSystemService(TELEPHONY_SERVICE);
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsRegistrationListener.aidl 27 * Notifies the application when the device is connected to the IMS network.
32 * Notifies the application when the device is disconnected from the IMS network.
37 * Notifies the application when its suspended IMS connection is resumed,
43 * Notifies the application when its current IMS connection is suspended,
49 * Notifies the application when its current IMS connection is updated
60 * Notifies the application when features on a particular service enabled or
  /external/libnfc-nci/src/nfa/include/
nfa_hci_api.h 23 * application layer for mobile phones.
42 #define NFA_HCI_REGISTER_EVT 0x00 /* Application registered */
43 #define NFA_HCI_DEREGISTER_EVT 0x01 /* Application deregistered */
44 #define NFA_HCI_GET_GATE_PIPE_LIST_EVT 0x02 /* Retrieved gates,pipes assoc. to application */
45 #define NFA_HCI_ALLOCATE_GATE_EVT 0x03 /* A generic gate allocated to the application */
68 #define NFA_MAX_HCI_APP_NAME_LEN 0x10 /* Max application name length */
93 tNFA_HANDLE hci_handle; /* Handle assigned to the application */
94 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
95 UINT8 num_gates; /* Number of generic gates exist for the application */
108 UINT8 num_pipes; /* Number of dynamic pipes exist for the application */
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
manifest-element.jd 25 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
43 contain an <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element
54 <dd>A full Java-language-style package name for the application. The name should
65 The package name serves as a unique identifier for the application.
66 It's also the default name for the application process (see the
67 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
69 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#aff">process</a></code
    [all...]
uses-configuration-element.jd 30 <dd itemprop="description">Indicates what hardware and software features the application requires.
31 For example, an application might specify that it requires a physical keyboard
33 used to avoid installing the application on devices where it will not work.
50 <dd>Whether or not the application requires a five-way navigation control
57 If an application requires a directional control, but not a control of a
65 <dd>Whether or not the application requires a hardware keyboard &mdash;
69 <dd>The type of keyboard the application requires, if any at all.
85 <td>The application does not require a keyboard.
90 <td>The application does not require a keyboard.</td>
93 <td>The application requires a standard QWERTY keyboard.</td
    [all...]
uses-sdk-element.jd 15 <li><a href="#fc">Application forward compatibility</a></li>
16 <li><a href="#bc">Application backward compatibility</a></li>
51 <dd itemprop="description"><p> Lets you express an application's compatibility with one or more versions of the Android platform,
52 by means of an API Level integer. The API Level expressed by an application will be compared to the
72 for the application to run. The Android system will prevent the user from installing
73 the application if the system's API Level is lower than the value specified in
78 application is compatible with all versions of Android. If your application is
81 then when installed on a system with an API Level less than 3, the application
88 <dd>An integer designating the API Level that the application targets. If not set, the defaul
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hl_co.h 44 ** application ID
46 ** Parameters app_id - application ID
48 ** by the application
61 ** Parameters app_id - application ID
76 ** Parameters app_id - HDP application ID
99 ** Parameters app_id - HDP application ID
116 ** Parameters app_id - HDP application ID
131 ** Parameters app_id - HDP application ID
146 ** Parameters app_id - HDP application ID
164 ** Parameters app_id - HDP application I
    [all...]
  /docs/source.android.com/src/devices/tech/security/
index.jd 31 consumers. To protect that value, the platform must offer an application
58 related to the browser or SMS application. Recommended best practices for
63 <p>Android provides an open source platform and application environment for mobile
80 <p><strong>Android Application Runtime</strong>: Android applications are most often written
85 Application Sandbox. Applications get a dedicated part of the filesystem in
102 environment supporting any third-party application. Google Play offers
114 application <a href="https://developer.android.com/guide/publishing/licensing.html">license
115 verification</a>, application security scanning, and other security services.</p>
123 <p><strong>Application Services</strong>: Frameworks that allow Android applications to use
125 up</a>) application
    [all...]
  /frameworks/base/docs/html/tools/building/
building-cmdline.jd 20 <li><a href="#Signing">Application Signing</a></li>
34 <p>There are two ways to build your application using the Ant build script: one for
35 testing/debugging your application &mdash; <em>debug mode</em> &mdash; and one for building your
36 final package for release &mdash; <em>release mode</em>. Regardless of which way you build your application,
44 development device. You cannot distribute an application that is signed with a debug key.
50 you're ready to release your application and share it with end-users. That document describes the
71 <p>For immediate application testing and debugging, you can build your application in debug mode
73 application with a debug key and optimize the package with {@code zipalign}.</p>
93 the latest version of the application.</p
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/keysets/uNone/
AndroidManifest.xml 18 <application android:hasCode="false">
19 </application>
  /cts/tools/cts-holo-generation/
AndroidManifest.xml 13 <application>
21 </application>
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/
AndroidManifest.xml 9 <application
25 </application>
  /developers/build/prebuilts/gradle/SynchronizedNotifications/Shared/src/main/
AndroidManifest.xml 21 <application android:allowBackup="true"
23 </application>
  /developers/samples/android/renderScript/BasicRenderScript/Application/
AndroidManifest.xml 9 <application
25 </application>

Completed in 1399 milliseconds

<<21222324252627282930>>