Searched defs:running (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/SslLoad/src/com/android/sslload/
H A DSslLoad.java49 private boolean running = false; field in class:SslLoad
71 running = false;
77 running = !running;
78 button.setText(running ? "STOP" : "GO");
79 if (running) {
89 while (!running) {
/frameworks/base/services/java/com/android/server/am/
H A DDeviceMonitor.java43 /** Is the monitor currently running? */
44 private boolean running = false; field in class:DeviceMonitor
198 running = false;
205 while (!running) {
216 if (!running) {
217 running = true;
/frameworks/base/core/jni/
H A Dandroid_bluetooth_common.h44 // but this is only possible when the adapter is up (and hcid is running).
92 /* flag to indicate if the event loop thread is running */
93 bool running; member in struct:android::event_loop_native_data_t
/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java222 boolean running = false; field in class:TestWebServer.AcceptThread
253 running = true;
255 while (running) {
260 running = false;
279 running = false;
283 running = false;
291 running = false;
349 boolean running = false; field in class:TestWebServer.Worker
375 running = false;
385 running
[all...]

Completed in 145 milliseconds