/frameworks/base/docs/html/tools/debugging/ |
index.jd | 21 view variable values, and pause execution of an application. If you are using Eclipse, a 24 port so it can communicate with the application VMs on your devices. The main components that 45 <dd>Your application must run in a device or in an AVD so that it can be debugged. An <code>adb</code> device 52 a VM. Each application runs in a VM and exposes a unique port that you can attach a debugger to 55 port to port 8700. You can switch freely from application to application by highlighting it in the 69 <p>On your emulator or device, each application runs in its own instance of a Dalvik VM. The <code>adb</code> 75 application installation and file transferring.</p> 77 <p>Each application VM on the device or emulator exposes a debugging port that you can attach to 79 selecting the application that you want to debug in the DDMS user interface. A JDWP debugger ca [all...] |
/frameworks/base/docs/html/tools/testing/ |
what_to_test.jd | 35 Does the application maintain its state? The Activity should not lose anything that the 36 user has already entered into the UI. The application should not "forget" its place in the 48 the foreground Activity. Besides testing that the application maintains the UI and its 49 transaction state, you should also test that the application updates itself to respond 55 is gone, the device is useless until it is recharged. You need to write your application to 64 life of various operations, and the ways you can design your application to minimize these 65 impacts. When you code your application to reduce battery usage, you also write the 70 If your application depends on network access, SMS, Bluetooth, or GPS, then you should 74 For example, if your application uses the network,it can notify the user if access is
|
/frameworks/base/docs/html/training/camera/ |
photobasics.jd | 44 application.</p> 49 application. You want to take photos with minimal fuss, not reinvent the 51 application installed. In this lesson, you learn how to make it take a picture 57 <p>If an essential function of your application is taking pictures, then restrict 59 that your application depends on having a camera, put a <a 70 <p>If your application uses, but does not require a camera in order to function, add {@code 72 camera to download your application. It's then your responsibility to check for the availability 95 <p>Congratulations: with this code, your application has gained the ability to 96 make another camera application do its bidding! Of course, if no compatible 97 application is ready to catch the intent, then your app will fall down like [all...] |
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
index.jd | 31 Network Service Discovery (NSD) takes this further by allowing an application to 33 Integrating this functionality into your application helps you provide a wide range 38 connecting to other devices from your application. Specifically, it 49 <dd>Learn how to broadcast services offered by your own application, discover
|
/frameworks/base/tests/RemoteDisplayProvider/ |
README | 7 The application registers a service that publishes a few different
|
/hardware/ti/wlan/mac80211/ti-utils/ |
Android.mk | 27 # UIM Application
|
/libcore/luni/src/main/java/org/xml/sax/ |
DTDHandler.java | 18 * <p>If a SAX application needs information about notations and 19 * unparsed entities, then the application implements this 23 * the application.</p> 38 * <p>It is up to the application to store the information for 40 * If the application encounters attributes of type "NOTATION", 56 * <p>It is up to the application to record the notation for later 65 * application through this event.</p> 91 * It is up to the application to record the entity for later 97 * fully before passing it to the application.</p>
|
EntityResolver.java | 21 * <p>If a SAX application needs to implement customized handling 27 * <p>The XML reader will then allow the application to intercept any 36 * <p>The following resolver would provide the application 59 * <p>The application can also use this interface to redirect system 73 * Allow the application to resolve external entities. 81 * entities). The application may request that the parser locate 83 * use data provided by the application (as a character or byte 86 * <p>Application writers can use this method to redirect external 97 * resolve it fully before reporting it to the application.</p>
|
/ndk/sources/cxx-stl/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/packages/apps/Browser/assets/html/ |
flashtest.html | 11 <object type="application/x-shockwave-flash" height=120 width=240>
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PackageChangedReceiver.java | 16 // in rare cases the receiver races with the application to set up LauncherAppState
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/ |
README | 30 To use the *static* library, define APP_STL in your Application.mk as follows: 38 Note that, in this case, you will need, in your application, to explicitely 62 You can however rebuild them from sources in your own application build by 63 defining STLPORT_FORCE_REBUILD to 'true' in your Application.mk as in:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
macosxSupport.py | 3 GUI application (as opposed to an X11 application). 60 This ensures that the application will respond to open AppleEvents, which 61 makes is feasible to use IDLE as the default application for python files. 87 # Most annoying of those is an 'About Tck/Tk...' menu in the application 91 # should only contain the correct application menu and the window menu. 145 menudict['application'] = menu = Menu(menubar, name='apple') 148 ('application', [ 169 Perform setup for the OSX application bundle.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/ |
__init__.py | 76 getbaseclasses(application) 92 'capp' : application, 108 _elemdict = application._elemdict 109 _propdict = application._propdict
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
macosxSupport.py | 3 GUI application (as opposed to an X11 application). 60 This ensures that the application will respond to open AppleEvents, which 61 makes is feasible to use IDLE as the default application for python files. 87 # Most annoying of those is an 'About Tck/Tk...' menu in the application 91 # should only contain the correct application menu and the window menu. 145 menudict['application'] = menu = Menu(menubar, name='apple') 148 ('application', [ 169 Perform setup for the OSX application bundle.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/ |
ApplicationToggle.java | 44 * Appllication Toogle section part for application page. 48 /** Checkbox indicating whether an application node is present */ 50 /** Listen to changes to the UI node for <application> and updates the checkbox */ 60 "Application Toggle", 75 * Changes and refreshes the Application UI node handle by the this part. 106 "Define an <application> tag in the AndroidManifest.xml", 124 * Updates the application tooltip in the form text. 146 * This listener synchronizes the XML application node when the checkbox 162 ? "Create or restore Application node" 163 : "Remove Application node" [all...] |
/frameworks/base/core/java/android/webkit/ |
WebChromeClient.java | 28 * Tell the host application the current progress of loading a page. 36 * Notify the host application of a change in the document title. 43 * Notify the host application of a new favicon for the current page. 50 * Notify the host application of the url for an apple-touch-icon. 59 * A callback interface used by the host application to notify 64 * Invoked when the host application dismisses the 71 * Notify the host application that the current page would 82 * Notify the host application that the current page would 97 * Notify the host application that the current page would 103 * Request the host application to create a new window. If the hos [all...] |
/frameworks/base/docs/html/google/gcm/ |
gcm.jd | 11 <li>Learn the basic features of a GCM application.</li> 12 <li>Understand the role of the 3rd-party application server, and how to send messages and process results.</li> 31 <li><a href="#server">Role of the 3rd-party Application Server</a> 52 This could be a lightweight message telling the Android application 57 Android application running on the target device.</p> 76 <li>It allows 3rd-party application servers to send messages to 79 <li>An Android application on an Android device doesn't need to be running to receive 80 messages. The system will wake up the Android application via Intent broadcast when the message arrives, as long as the application is set up with the proper 84 Android application, which has full control of how to handle it. For example, th [all...] |
/frameworks/base/docs/html/training/articles/ |
security-tips.jd | 32 application security issues. The system is designed so you can typically build your apps with 38 <li>The Android Application Sandbox, which isolates your app data and code execution 40 <li>An application framework with robust implementations of common 49 <li>Application-defined permissions to control application data on a per-app basis.</li> 61 <p>The most common security concern for an application on Android is whether the data 85 application. For example, a key can be placed in a {@link java.security.KeyStore} 99 application, you should not store sensitive information using 114 to your own application or exported to allow access by other applications. 118 android:exported=false</a></code> in the application manifest. Otherwise, set the <code>< [all...] |
/frameworks/base/docs/html/guide/topics/security/ |
permissions.jd | 10 <li><a href="#signing">Application Signing</a></li> 23 <p>This document describes how application developers can use the 29 application runs with a distinct system identity (Linux user ID and group 42 application, by default, has permission to perform any operations that would 45 e-mails), reading or writing another application's files, performing 53 application is installed. Android has no mechanism for granting permissions 57 <p>The application sandbox does not depend on the technology used to build 58 an application. In particular the Dalvik VM is not a security boundary, and 66 <h2>Application Signing</h2> 70 the author of the application. The certificate does <em>not</em> need to b [all...] |
/frameworks/base/core/java/android/net/ |
VpnService.java | 45 * to the application. Each read from the descriptor retrieves an outgoing 49 * always started with IP headers. The application then completes a VPN 54 * A VPN application can easily break the network. Besides, two of them may 66 * closed. It also covers the cases when a VPN application is crashed 72 * the VPN connection created by another application. The latter creates 74 * An application must call {@link #prepare} to grant the right to use 80 * <li>When the application becomes prepared, start the service.</li> 126 * if the VPN application is already prepared. Otherwise, it returns an 127 * {@link Intent} to a system activity. The application should launch the 131 * If the result is {@link Activity#RESULT_OK}, the application become [all...] |