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

<<11121314151617181920>>

  /external/qemu/pc-bios/keymaps/
modifiers 17 # Translate Menu to the Windows Application key.
  /external/robolectric/src/test/resources/
TestAndroidManifestWithAppName.xml 5 <application android:name="com.xtremelabs.robolectric.TestApplication"/>
TestAndroidManifestWithBadAppName.xml 5 <application android:name="com.xtremelabs.robolectric.BogusTestApplication"/>
TestAndroidManifestWithNoProcess.xml 4 <application android:name="com.xtremelabs.robolectric.TestApplication"/>
TestAndroidManifestWithProcess.xml 4 <application android:name="com.xtremelabs.robolectric.TestApplication"
  /external/yaffs2/yaffs2/direct/
yaffscfg.h 2 * Header file for using yaffs in an application via
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 28 * The interface through which an application interacts with the Android backup service to
32 * When an application has made changes to data which should be backed up, a
38 * A backup or restore operation for your application begins when the system launches the
45 * <a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code>
46 * tag in your application's AndroidManifest.xml file.
72 * Constructs a BackupManager object through which the application can
76 * one of your application's {@link android.app.Activity Activities}
84 * Notifies the Android backup system that your application wishes to back up
85 * new changes to its data. A backup operation using your application'
    [all...]
  /frameworks/base/core/java/android/content/
package.html 9 <dd>For sharing content between application components. The most important classes are:
12 for managing and publishing persistent data associated with an application.</li>
14 structured messages between different application components&mdash;allowing components to initiate
25 <dd>For retrieving resource data associated with an application, such as strings, drawables,
  /frameworks/base/docs/html/tools/building/
index.jd 14 the container for your application binary. It contains all of the information necessary to run
15 your application on a device or emulator, such as compiled <code>.dex</code> files (<code>.class</code> files
17 resources (<code>resources.arsc</code>) and uncompiled resource files for your application.</p>
27 <p>To run an application on an emulator or device, the application must be signed using debug or
28 release mode. You typically want to sign your application in debug mode when you develop and test
29 your application, because the build tools use a debug key with a known password so you do not have
30 to enter it every time you build. When you are ready to release the application to Google
31 Play, you must sign the application in release mode, using your own private key.</p>
33 <p>Fortunately, Eclipse or your Ant build script signs the application for you in debug mod
    [all...]
  /frameworks/base/docs/html/training/
best-background.jd 8 application's performance and minimize its drain on the battery.</p>
  /frameworks/base/media/java/android/mtp/
package.html 5 application can receive notifications when devices are attached and removed, manage files and
  /frameworks/base/tests/TransitionTests/res/values-v11/
styles.xml 4 Base application theme for API 11+. This theme completely replaces
  /frameworks/opt/datetimepicker/res/values-v11/
styles.xml 4 Base application theme for API 11+. This theme completely replaces
  /frameworks/volley/
AndroidManifest.xml 9 <application />
  /frameworks/wilhelm/doc/
README.txt 2 have been automatically generated. Application developers should not edit these interface IDs
  /hardware/ti/wpan/ti_st/uim-sysfs/
Android.mk 7 # UIM Application
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ChangeNotifier.java 31 public ChangeNotifier(MediaSet set, Uri uri, GalleryApp application) {
33 application.getDataManager().registerChangeNotifier(uri, this);
36 public ChangeNotifier(MediaSet set, Uri[] uris, GalleryApp application) {
39 application.getDataManager().registerChangeNotifier(uris[i], this);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
__init__.py 62 getbaseclasses(application)
68 'capp' : application,
83 _elemdict = application._elemdict
84 _propdict = application._propdict
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorWorkbenchAdvisor.java 21 import org.eclipse.ui.application.IWorkbenchConfigurer;
22 import org.eclipse.ui.application.IWorkbenchWindowConfigurer;
23 import org.eclipse.ui.application.WorkbenchAdvisor;
24 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
MonitorWorkbenchWindowAdvisor.java 19 import org.eclipse.ui.application.ActionBarAdvisor;
20 import org.eclipse.ui.application.IActionBarConfigurer;
21 import org.eclipse.ui.application.IWorkbenchWindowConfigurer;
22 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
  /development/samples/Alarm/
AndroidManifest.xml 18 Declares the contents of this Android application. The xmlns:android
20 "package" attribute provides a unique name for the application.
21 If you use this file as a template in your own application, you must change
30 Declares the application, its icon, and its visible label
32 <application
37 that the name should be preceded by the application's Android package name.
52 </application>
  /development/samples/SkeletonApp/
readme.txt 5 This directory contains the full implementation of a basic application for
7 will use. You can run the application either directly from the "test"
16 This XML file describes to the Android platform what your application can do.
17 It is a required file, and is the mechanism you use to show your application
23 Under this directory is the Java source for for your application.
36 Under this directory are the resources for your application.
62 These XML files describe additional resources included in the application.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
linux_platform_backend.py 46 def CanLaunchApplication(self, application):
47 if application == 'ipfw' and not self._IsIpfwKernelModuleInstalled():
49 return super(LinuxPlatformBackend, self).CanLaunchApplication(application)
51 def InstallApplication(self, application):
52 if application == 'ipfw':
54 elif application == 'avconv':
58 'Please teach Telemetry how to install ' + application)
  /frameworks/base/tests/AccessoryDisplay/
README 9 1. Sink Application
15 The sink application uses the UsbDevice APIs to receive connections
19 The sink application decodes encoded video from the source and
23 2. Source Application
30 The source application uses the UsbAccessory APIs to connect
34 The source application uses the DisplayManager APIs to create
37 the application opens a Presentation on the new virtual display
  /frameworks/base/tests/Camera2Tests/SmartCamera/
README.txt 20 How to build the application:
22 Otherwise, to build the application for a specific device, lunch to that device
25 and run adb install out/target/.../SmartCamera.apk. The application should
35 How to run the application:
36 On a Nexus 7, open up the application from the launcher, and the camera preview
42 The application tries to take good pictures for you automatically when in the
43 start mode. On stop, the application will capture whatever images are in the

Completed in 1078 milliseconds

<<11121314151617181920>>