Searched
refs:Thread (Results
826 -
850 of
1369) sorted by null
<<31323334353637383940>>
| /frameworks/base/telephony/java/com/android/internal/telephony/ |
| PhoneFactory.java | 70 "PhoneFactory.makeDefaultPhone must be called from Looper thread"); 92 Thread.sleep(SOCKET_OPEN_RETRY_MILLIS); 204 "PhoneFactory.getDefaultPhone must be called from Looper thread");
|
| /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
| CallerInfoTest.java | 161 * Class to run a CallerInfoAsyncQuery in a separate thread, with 163 * 1st quit the thread is maked dead, ie no further test can use 165 * query, so we have to use a thread with its own looper. 167 private class QueryRunner extends Thread 178 // Run the query in the thread, wait for completion. 190 // The query will pick the thread local looper we've just prepared. 200 // thread" can be ignored.
|
| /frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/ |
| BatteryWaster.java | 181 class SpinThread extends Thread {
|
| /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
| LayoutTestsExecutor.java | 49 import java.lang.Thread.UncaughtExceptionHandler; 281 Thread.setDefaultUncaughtExceptionHandler(new UncaughtExceptionHandler() { 283 public void uncaughtException(Thread thread, Throwable e) { 285 "onTestCrashed(): " + mCurrentTestRelativePath + " thread=" + thread, e); 326 // When we create the first WebView, we need to pause to wait for the WebView thread to spin 330 Thread.currentThread().sleep(1000);
|
| /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
| ImfBaseTestCase.java | 144 Thread.sleep(millis);
|
| /frameworks/base/voip/java/com/android/server/sip/ |
| SipSessionListenerProxy.java | 25 /** Class to help safely run a callback in a different thread. */ 40 // One thread for each calling back. 43 new Thread(runnable, "SipSessionCallbackThread").start();
|
| /libcore/luni/src/main/java/java/util/ |
| ServiceLoader.java | 136 * Constructs a service loader, using the current thread's context class loader. 142 return ServiceLoader.load(service, Thread.currentThread().getContextClassLoader());
|
| /libcore/luni/src/main/java/java/util/logging/ |
| Handler.java | 80 ClassLoader loader = Thread.currentThread().getContextClassLoader();
|
| /libcore/luni/src/test/java/libcore/java/io/ |
| FileInputStreamTest.java | 34 private static class DataFeeder extends Thread {
|
| /libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
| SSLSocketTest.java | 496 Thread serverThread = new Thread(server); 504 Thread.currentThread().sleep(50); 507 Thread.currentThread().sleep(100);
|
| /packages/apps/Browser/src/com/android/browser/ |
| AutofillHandler.java | 69 private class LoadFromDb extends Thread {
|
| WallpaperHandler.java | 41 public class WallpaperHandler extends Thread
|
| /packages/apps/Browser/src/com/android/browser/homepages/ |
| RequestHandler.java | 37 public class RequestHandler extends Thread {
|
| /packages/apps/Browser/tests/src/com/android/browser/ |
| IntentHandlerTests.java | 129 Thread.sleep(POLL_INTERVAL);
|
| /packages/apps/Camera/tests/src/com/android/camera/functional/ |
| ImageCaptureIntentTest.java | 152 Thread.sleep(4000);
|
| /packages/apps/Contacts/src/com/android/contacts/calllog/ |
| CallLogAdapter.java | 57 /** The time in millis to delay starting the thread processing requests. */ 125 * thread. 136 private Thread mCallerIdThread; 222 * Requery on background thread when {@link Cursor} changes. 253 mCallerIdThread = new Thread(this, "CallLogContactLookup"); 254 mCallerIdThread.setPriority(Thread.MIN_PRIORITY); 259 * Stops the background thread that processes updates and cancels any pending requests to 262 * Should be called from the main thread to prevent a race condition between the request to 263 * start the thread being processed and stopping the thread [all...] |
| /packages/apps/Mms/tests/src/com/android/mms/ui/ |
| MultiPartSmsTests.java | 143 Thread.sleep(sleepTime); 160 // wait 5 seconds for the activity to run on UI thread and
|
| /packages/apps/Phone/src/com/android/phone/ |
| SipBroadcastReceiver.java | 110 new Thread(new Runnable() {
|
| /packages/apps/VoiceDialer/src/com/android/voicedialer/ |
| RecognizerEngine.java | 170 if (Thread.interrupted()) throw new InterruptedException();
|
| /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/ |
| Gservices.java | 64 // Create a thread to host a Handler for ContentObserver callbacks. 67 new Thread() {
|
| /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/ |
| DownloadManagerFunctionalTest.java | 117 Thread.sleep(100);
|
| /sdk/chimpchat/src/com/android/chimpchat/adb/ |
| AdbChimpDevice.java | 143 Thread.sleep(1000); 173 Thread.sleep(MANAGER_CREATE_WAIT_TIME_MS); 547 Thread.sleep(iterationTime); 563 Thread.sleep(iterationTime);
|
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/ |
| MethodProfilingHandler.java | 116 * pulls and open a file. This is run from the UI thread. 158 // create a thread for the output 159 new Thread("Traceview output") {
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
| HierarchyViewerPlugin.java | 75 // because this can be run, in some cases, by a non UI thread, and 79 // in the UI thread. 100 // dialog box only run in UI thread.. 128 // populate the UI with current devices (if any) in a thread 129 new Thread() {
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/ |
| FileOp.java | 119 Thread.sleep(100 /*ms*/);
|
Completed in 1559 milliseconds
<<31323334353637383940>>