HomeSort by relevance Sort by last modified time
    Searched full:application (Results 1376 - 1400 of 12067) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/mac/
dock.h 34 // keeps the tile where a user expects it if they dragged the application
37 // - The new tile will precede any application with the same name already
44 // browser application already in the Dock.
47 // last component in their path. For example, any application named Safari.app
48 // will be treated as a browser. If the user renames an application on disk,
  /external/chromium_org/chrome/browser/sync/test/integration/
apps_helper.h 57 // Gets the page ordinal value for the application at the given index on
61 // Sets a new |page_ordinal| value for the application at the given index
67 // Gets the app launch ordinal value for the application at the given index on
72 // Sets a new |page_ordinal| value for the application at the given index
78 // Copy the page and app launch ordinal value for the application at the given
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
app_codelab_10_publishing.html 3 <p>An app without users is just a piece of code. To get users, you need to distribute your application.
30 <li> Visit the <a href="https://chrome.google.com/webstore/developer/dashboard">dashboard</a> and click &quot;Upload new application&quot;.</li>
46 <p>Now you need to upload the assets and extra meta information about your application before you can publish it to the world. These include:</p>
50 <li> The detailed description of your application; this will entice users to download your app</li>
58 <p>If you are happy with everything, you can now publish your application to the public. If you are not quite ready, you can save the draft for later, or you can publish it to a group of testers.</p>
  /external/chromium_org/third_party/sqlite/src/test/
tkt3457.test 24 # To roll back a hot-journal file, the application needs read and write
29 # tkt3457-1.2: Application has neither read, nor write permission on
32 # tkt3457-1.3: Application has write but not read permission on
35 # tkt3457-1.4: Application has read but not write permission on
38 # tkt3457-1.5: Application has read/write permission on the hot-journal
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdlgetappstate.html 86 >&nbsp;--&nbsp;Get the state of the application</DIV
126 >This function returns the current state of the application. The value returned is a bitwise combination of:</P
149 >The application has mouse focus.</TD
162 >The application has keyboard focus</TD
175 >The application is visible</TD
  /frameworks/base/docs/html/about/versions/
android-1.1.jd 35 system to correctly determine whether an application is compatible with
36 the system, prior to installing the application. </p>
41 identifier. Prior to installing an application, the system checks the value of
46 <p>If you use the Android 1.1 system image to build an application
49 <code>android:minSdkVersion</code> attribute to "2" in order to specify that your application
66 that users will only be able to install your application if their
68 your application will function properly on their devices, especially if
71 <p>If your application uses APIs introduced in Android 1.1 but does not
74 devices. In the latter case, the application will crash at runtime when
77 <p>If your application does not use any new APIs introduced in Androi
    [all...]
android-1.6.jd 203 system to correctly determine whether an application is compatible with
204 the system, prior to installing the application. </p>
207 application, you need to set the proper value, "{@sdkPlatformApiLevel}", in the
209 element in your application's manifest. </p>
217 <p>The sections below provide information about the application framework API provided by the Android {@sdkPlatformVersion} platform. </p>
239 </li><p>To use APIs introduced in Android {@sdkPlatformVersion} in your application, you need to
241 element in your application's manifest. </p>
260 that lets your application track user events and provide visual, audible, or
300 application is designed and tested to support, where "size" is a combination
301 of resolution and density. If your application is run on a device whose screen
    [all...]
  /frameworks/base/docs/html/guide/topics/providers/
content-providers.jd 31 Contact Manager</a> application
59 application's {@link android.content.Context} to communicate with the provider as a client.
68 suggestions in your own application. You also need your own provider if you want to copy and
69 paste complex data or files from your application to other applications.
77 application.
  /frameworks/base/docs/html/tools/help/
zipalign.jd 7 optimization to Android application (.apk) files.
15 when running the application.</p>
22 when compiling your application with Ant will also zipalign your .apk,
40 application, please read <a href="{@docRoot}tools/publishing/app-signing.html">Signing
41 Your Application</a>.</p>
  /frameworks/base/docs/html/training/design-navigation/
index.jd 22 <p>One of the very first steps to designing and developing an Android application is to determine what users are able to see and do with the app. Once you know what kinds of data users are interacting with in the app, the next step is to design the interactions that allow users to navigate across, into, and back out from the different pieces of content within the app.</p>
24 <p>This class shows you how to plan out the high-level screen hierarchy for your application and then choose appropriate forms of navigation to allow users to effectively and intuitively traverse your content. Each lesson covers various stages in the interaction design process for navigation in Android applications, in roughly chronological order. After going through the lessons in this class, you should be able to apply the methodology and navigation paradigms outlined here to your own applications, providing a coherent navigation experience for your users.</p>
33 <dd>Learn how to choose which screens your application should contain. Also learn how to choose which screens should be directly reachable from others. This lesson introduces a hypothetical news application to serve as an example for later lessons.</dd>
47 <dd>Learn how to create screen wireframes (low-fidelity graphic mockups) representing the screens in a news application based on the desired information model. These wireframes utilize navigational elements discussed in previous lessons to demonstrate intuitive and efficient navigation.</dd>
  /frameworks/base/docs/html/training/in-app-billing/
index.jd 6 next.title=Preparing Your In-app Billing Application
39 <dt><b><a href="preparing-iab-app.html">Preparing Your In-app Billing Application</a></b></dt>
40 <dd>In this lesson, you will learn how to prepare your application to use the In-app Billing API and communicate with Google Play. You will also learn how to establish a connection to communicate with Google Play and verify that the In-app Billing API version that you are using is supported.</dd>
45 <dt><b><a href="test-iab-app.html">Testing Your In-app Billing Application</a></b></dt>
46 <dd>In this lesson, you will learn how to test your application to ensure that In-app Billing is functioning correctly.</dd>
  /frameworks/base/docs/html/training/multiscreen/
index.jd 44 that you design your application to be compatible with all screen sizes so it?s available to as many
49 order to truly satisfy and impress your users, your application must go beyond merely
56 <p>The code in each lesson comes from a sample application that demonstrates best practices in
58 of reusable code for your own application.</p>
63 library to your application in order to use all APIs in this class.</p>
  /frameworks/base/packages/WAPPushManager/tests/
AndroidManifest.xml 27 <application android:icon="@drawable/icon" android:label="wappush test">
40 <data android:mimeType="application/vnd.oma.drm.rights+xml" />
41 <data android:value="application/vnd.oma.drm.rights+wbxml" />
58 </application>
61 This declares that this application uses the instrumentation test runner targeting
  /libcore/luni/src/main/java/org/xml/sax/helpers/
DefaultHandler.java 42 * <p>Application writers can extend this class when they need to
45 * application has not supplied its own.</p>
73 * the SAX default behaviour: application writers can override it
106 * <p>By default, do nothing. Application writers may override this
128 * <p>By default, do nothing. Application writers may override this
159 * <p>By default, do nothing. Application writers may override this
176 * <p>By default, do nothing. Application writers may override this
195 * <p>By default, do nothing. Application writers may override this
214 * <p>By default, do nothing. Application writers may override this
234 * <p>By default, do nothing. Application writers may override thi
    [all...]
  /packages/apps/Music/
AndroidManifest.xml 30 <application android:icon="@drawable/app_music"
81 <data android:mimeType="application/ogg"/>
82 <data android:mimeType="application/x-ogg"/>
83 <data android:mimeType="application/itunes"/>
99 <data android:mimeType="application/ogg"/>
100 <data android:mimeType="application/x-ogg"/>
101 <data android:mimeType="application/itunes"/>
109 <data android:mimeType="application/ogg"/>
110 <data android:mimeType="application/x-ogg"/>
111 <data android:mimeType="application/itunes"/
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 39 Content-Type: application/octet-stream
53 Content-Type: application/octet-stream
61 Content-Type: application/octet-stream
75 Content-Type: application/octet-stream
83 Content-Type: application/octet-stream
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 39 Content-Type: application/octet-stream
53 Content-Type: application/octet-stream
61 Content-Type: application/octet-stream
75 Content-Type: application/octet-stream
83 Content-Type: application/octet-stream
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.xml 5 id="com.android.ide.eclipse.monitor.Application"
7 <application
14 </application>
20 application="com.android.ide.eclipse.monitor.Application"
  /frameworks/base/docs/html/guide/topics/connectivity/
sip.jd 47 <p>Here are the requirements for developing a SIP application:</p>
57 <li>Each participant in the application's communication session must have a
126 <p>If you are developing an application that uses the SIP API, remember that the
131 <p>To use SIP, add the following permissions to your application's manifest:</p>
137 <p> To ensure that your application can only be installed on devices that are
138 capable of supporting SIP, add the following to your application's
143 indicates that your application requires Android 2.3 or higher. For more
150 <p>To control how your application is filtered from devices that do not support
151 SIP (for example, on Google Play), add the following to your application's
157 /&gt;</code>. This states that your application uses the SIP API. Th
    [all...]
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-SearchView/src/main/src/com/example/android/actionbarcompat/searchview/
AppListFragment.java 59 // Start an AsyncTask to load the application's installed on the device
80 * Set the query used to filter the installed application's names.
100 for (ApplicationItem application : mInstalledApps) {
102 if (p.matcher(application.label).matches()) {
103 mFilteredApps.add(application);
143 // Set the application's label on the TextView
147 // ImageView to display the application's icon
156 // Start a new AsyncTask which will retrieve the application icon and display it in
166 * Our model object for each application item. Allows us to load the label async and store the
220 * Simple AsyncTask which loads the given application's logo from the {@link PackageManager} an
    [all...]
  /frameworks/base/core/java/android/app/
Application.java 30 * Base class for those who need to maintain global application state. You can
32 * AndroidManifest.xml's &lt;application&gt; tag, which will cause that class
33 * to be instantiated for you when the process for your application/package is
36 * <p class="note">There is normally no need to subclass Application. In
44 public class Application extends ContextWrapper implements ComponentCallbacks2 {
65 * Callback interface for use with {@link Application#registerOnProvideAssistDataListener}
66 * and {@link Application#unregisterOnProvideAssistDataListener}.
72 * application. You can override this method to place into the bundle anything
79 public Application() {
84 * Called when the application is starting, before any activity, service
    [all...]
  /frameworks/base/core/java/com/android/internal/backup/
IBackupTransport.aidl 97 * Send one application's data to the backup destination. The transport may send
101 * @param packageInfo The identity of the application whose data is being backed up.
103 * @param data The data stream that resulted from invoking the application's
118 * Erase the give application's data from the backup destination. This clears
128 * Finish sending application data to the backup destination. This must be
156 * Start restoring application data from backup. After calling this function,
158 * to walk through the actual application data.
163 * Application data will be restored in the order given.
171 * Get the package name of the next application with data in the backup store.
179 * Get the data for the application returned by {@link #nextRestorePackage}
    [all...]
  /frameworks/base/docs/html/guide/topics/search/
index.jd 28 search framework that helps you implement search for your application.</p>
48 <li>Provide custom search suggestions that match actual results in your application data</li>
49 <li>Offer your application's search suggestions in the system-wide Quick Search Box</li>
58 search interface in your application. When using the search dialog or a custom interface, you
67 <dd>How to set up your application to use the search dialog or search widget. </dd>
72 <dd>How to provide suggestions based on custom data from your application and also offer them
82 <p>When you implement search in your application, take steps to protect the user's
91 information. If your application implements search with the assistance of a server, avoid sending
99 <p>The search framework helps your application provide context-specific suggestions while the user
103 instance, if the user shares the device with a friend. If your application provides suggestions tha
    [all...]
  /ndk/docs/text/
NATIVE-ACTIVITY.text 7 native activity. With a native activity, it is possible to write a completely native application.
10 your application to be native in your `AndroidManifest.xml` file and begin creating your native
11 application.
28 activity. Because the main thread of your application handles the callbacks, your callback
29 implementations must not be blocking. If they block, you might receive ANR (Application Not
53 callbacks in an event loop in another thread. See the native-activity sample application for more
70 <application android:label="@string/app_name" android:hasCode="false">
83 </application>
108 ANR (Application Not Responding) errors because the main UI thread is waiting for the callbacks
111 7. Develop the rest of your application
    [all...]
  /external/chromium/net/base/
mime_util.cc 97 { "application/xhtml+xml", "xhtml,xht" },
98 { "application/x-chrome-extension", "crx" }
102 { "application/octet-stream", "exe,com,bin" },
103 { "application/gzip", "gz" },
104 { "application/pdf", "pdf" },
105 { "application/postscript", "ps,eps,ai" },
106 { "application/x-javascript", "js" },
116 { "application/rss+xml", "rss" },
117 { "application/rdf+xml", "rdf" },
119 { "application/vnd.mozilla.xul+xml", "xul" }
    [all...]

Completed in 989 milliseconds

<<51525354555657585960>>