/frameworks/base/tests/SslLoad/src/com/android/sslload/ |
D | SslLoad.java | 49 private boolean running = false; field in SslLoad 71 running = false; in onStop() 77 running = !running; in onClick() 78 button.setText(running ? "STOP" : "GO"); in onClick() 79 if (running) { in onClick() 89 while (!running) { in run()
|
/frameworks/base/tests/CoreTests/android/core/ |
D | TestWebServer.java | 222 boolean running = false; field in TestWebServer.AcceptThread 253 running = true; in run() 255 while (running) { in run() 260 running = false; in run() 279 running = false; in run() 283 running = false; in run() 291 running = false; in close() 349 boolean running = false; field in TestWebServer.Worker 375 running = false; in close() 385 running = true; in run() [all …]
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | README | 3 Nexus 4 running Android 4.3 (API 18), and so predates the Android 4.4 changes 8 running Android 4.3, but fails to restore correctly on a device running Android 4.4, 13 archive, using the same key, generated on a Nexus 4 running Android 4.4 with a fix
|
/frameworks/base/core/java/android/widget/ |
D | ViewFlipper.java | 173 boolean running = mVisible && mStarted && mUserPresent; in updateRunning() 174 if (running != mRunning) { in updateRunning() 175 if (running) { in updateRunning() 182 mRunning = running; in updateRunning()
|
D | AdapterViewFlipper.java | 222 boolean running = !mAdvancedByHost && mVisible && mStarted && mUserPresent in updateRunning() 224 if (running != mRunning) { in updateRunning() 225 if (running) { in updateRunning() 232 mRunning = running; in updateRunning()
|
D | Chronometer.java | 254 boolean running = mVisible && mStarted; in updateRunning() 255 if (running != mRunning) { in updateRunning() 256 if (running) { in updateRunning() 263 mRunning = running; in updateRunning()
|
/frameworks/base/docs/html/tools/help/uiautomator/ |
D | IAutomationSupport.jd | 10 <p>Provides auxiliary support for running test cases 34 <div class="jd-descrdiv">Allows the running test cases to send out interim status</div> 80 …<div class="jd-tagdata jd-tagdescr"><p>Allows the running test cases to send out interim status</p…
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 6 be run, and will remain running until it is no longer needed <em>and</em> 12 that the system knows are running, how important these things are to the user, 31 it terminates the spawned thread running in the process. The solution to this problem 36 places each process into an "importance hierarchy" based on the components running in 47 <li> It is running an {@link android.app.Activity} 50 <li> It has a {@link android.content.BroadcastReceiver} that is currently running 72 required to keep all foreground processes running. 81 running unless there is not enough memory to retain all foreground and visible process. 91 previous processes types. Usually there are many of these processes running, 93 by the user is the last to be killed when running low on memory.
|
/frameworks/base/docs/html/tools/help/ |
D | gltracer.jd | 8 <li><a href="#running">Running Tracer</a></li> 23 <p class="note"><strong>Note:</strong> The Tracer tool requires a device running Android 4.1 (API 27 <h2 id="running">Running Tracer</h2> 54 OpenGL ES code. The Tracer tool operates by connecting to a device running Android 4.1 (API Level 55 16) or higher that is running the application you want to analyze. The Tracer tool captures trace 56 information while the application is running and saves it to a {@code .gltrace} file for
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | communicate-ui.jd | 33 from the task to objects running on the user interface (UI) thread. This feature allows your 38 objects; this thread is called the UI thread. Only objects running on the UI thread have access 40 <em>aren't</em> running on your UI thread, they don't have access to UI objects. To move data 42 running on the UI thread. 94 To move data from a task object running on a background thread to an object on the UI thread, 98 the {@link android.os.Handler}. Because {@link android.os.Handler} is running on the UI thread, 103 For example, here's a {@link java.lang.Runnable}, running on a background thread, that decodes a 144 because you're not currently running on the UI thread. 224 running on the UI thread, it can safely move the {@link android.graphics.Bitmap} to the
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-projects-cmdline.jd | 40 environment yourself by running a few tools that are provided in the Android SDK. To begin 50 application running under the device that you installed it to.</li> 63 <p>Your IDE should attach to your application running on the emulator, showing you its threads 69 system to kill the selected application if it is currently running. You can use this to kill your
|
D | systrace.jd | 16 <li><a href="#running">Running a trace</a></li> 21 <li><a href="#long-processes">Long running processes</a></li> 55 running Android 4.1 and higher, such as the report in figure 1.</p> 60 for a running application and related Android system processes. 67 must have a device running Android 4.1 or higher. Setup the device for 130 <h3 id="running">Running a trace</h3> 164 <h3 id="long-processes">Long running processes</h3> 173 <strong>Figure 2.</strong> Excerpt from a trace of a smoothly running application with a regular 185 <p>Long running processes show up as thicker than usual execution bars in a trace. These thicker 190 also look at other processes running at the same time, looking for a thread in one process that is [all …]
|
/frameworks/base/docs/html/google/gcm/ |
D | server.jd | 52 …<li>A running web server compatible with Servlets API version 2.5, such as <a href="http://tomcat.… 61 <li>Emulator (or device) running Android 2.2 with Google APIs.</li> 79 <li>Generate the server's WAR file by running <code>ant war</code>:</li> 99 …<li>Deploy the <code>dist/gcm-demo.war</code> to your running server. For instance, if you're usin… 104 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux… 148 [java] INFO: The server is running at http://192.168.1.10:8080/ 150 [java] INFO: The admin console is running at http://192.168.1.10:8080/_ah/admin 155 …<p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linu…
|
D | demo.jd | 51 …k in your Android application. This tutorial walks you through setting up and running the demo.</p> 69 …<li>A running web server compatible with Servlets API version 2.5, such as <a href="http://tomcat.… 78 <li>Emulator (or device) running Android 2.2 with Google APIs.</li> 96 …aging for Android Library</strong> in the SDK Manager, make sure you are running version 20 or hig… 101 <li>Generate the server's WAR file by running <code>ant war</code>:</li> 121 …<li>Deploy the <code>dist/gcm-demo.war</code> to your running server. For instance, if you're usin… 126 <p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linux… 169 [java] INFO: The server is running at http://192.168.1.10:8080/ 171 [java] INFO: The admin console is running at http://192.168.1.10:8080/_ah/admin 176 …<p class="note"><strong>Note:</strong> You can get the IP by running <code>ifconfig</code> on Linu… [all …]
|
/frameworks/native/cmds/flatland/ |
D | README.txt | 13 turned off and background services should be stopped before running the 21 frequency when running flatland. At a minimum this includes the CPU, GPU, and 26 If running the benchmark with the clocks locked causes thermal issues, the -s 73 locked and that no heavy-weight services / daemons are running in the
|
/frameworks/testing/androidtestlib/ |
D | README | 1 an currently experimental static library for running JUnit4 tests on Android.
|
/frameworks/base/docs/html/training/backward-compatible-ui/ |
D | using-component.jd | 133 <p>When running the application, this code inflates the correct activity layout and instantiates ei… 135 <p>Below are two screenshots of this implementation running on an Android 2.3 and Android 4.0 devic… 138 …alt="Example screenshot of tabs running on an Android 2.3 device (using TabHelperEclair)." width="… 141 …alt="Example screenshots of tabs running on an Android 4.0 device (using TabHelperHoneycomb)." wid… 143 …trong>Figure 1.</strong> Example screenshots of backward-compatible tabs running on an Android 2.3…
|
/frameworks/base/docs/html/guide/faq/ |
D | framework.jd | 13 running before starting it?</a></li> 46 long-running code, to avoid blocking the main UI thread.</p> 99 <p>Even while an application appears to continue running, the system 126 <h2>How can I check if an Activity is already running before starting 129 <p>The general mechanism to start a new activity if its not running— 130 or to bring the activity stack to the front if is already running in the
|
/frameworks/base/core/tests/systemproperties/ |
D | run_core_systemproperties_test.sh | 12 echo You must lunch before running this test.
|
/frameworks/base/core/tests/inputmethodtests/ |
D | run_core_inputmethod_test.sh | 12 echo You must lunch before running this test.
|
/frameworks/base/docs/html/training/run-background-service/ |
D | create-service.jd | 34 The {@link android.app.IntentService} class provides a straightforward structure for running 35 an operation on a single background thread. This allows it to handle long-running operations 49 Work requests run sequentially. If an operation is running in an 54 An operation running on an {@link android.app.IntentService} can't be interrupted.
|
/frameworks/base/docs/html/training/scheduling/ |
D | index.jd | 40 to keep running until a critical operation finishes.</p> 63 of the lifetime of the application, even if the application is not running and/or the
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | AsyncRunner.java | 239 synchronized private void setRunning(boolean running) { in setRunning() argument 240 isProcessing = running; in setRunning()
|
/frameworks/support/v7/appcompat/ |
D | README.txt | 4 access to ActionBar on applications running on API 7+.
|
/frameworks/support/v7/mediarouter/ |
D | README.txt | 4 access to MediaRouter on applications running on API 7+.
|