| /frameworks/base/services/java/com/android/server/am/ |
| UsageStatsService.java | 473 * to disk on the current thread. 498 new Thread("UsageStatsService_DiskWriter") { 501 if (localLOGV) Slog.d(TAG, "Disk writer thread starting."); 505 if (localLOGV) Slog.d(TAG, "Disk writer thread ending."); [all...] |
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| RenderSessionImpl.java | 721 // parent views are different we fake the animation through a no animation thread. 723 new Thread("not animated moveChild") { [all...] |
| /libcore/luni/src/test/java/libcore/java/lang/ |
| OldClassTest.java | 571 assertTrue((new Thread() {}).getClass().isAnonymousClass()); [all...] |
| /packages/apps/Browser/src/com/android/browser/provider/ |
| BrowserProvider.java | 343 new Thread() { [all...] |
| /packages/apps/Email/emailcommon/src/org/apache/commons/io/ |
| FileUtils.java | [all...] |
| /packages/apps/Email/src/com/android/email/ |
| NotificationController.java | 235 // Don't create the thread if we're only going to stop watching 318 * NOTE: This must be called on the notification handler thread. 362 * NOTE: This must be called on the notification handler thread. 392 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 409 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 502 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 525 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 550 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) 570 * NOTE: DO NOT CALL THIS METHOD FROM THE UI THREAD (DATABASE ACCESS) [all...] |
| MessagingController.java | 73 * Starts a long running (application) Thread that will run through commands 130 private final Thread mThread; 151 mThread = new Thread(this); 174 // TODO: seems that this reading of mBusy isn't thread-safe [all...] |
| /packages/apps/Gallery2/src/com/android/gallery3d/app/ |
| PhotoDataAdapter.java | 757 private class ReloadTask extends Thread {
|
| /packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
| CropView.java | 661 private class DetectFaceTask extends Thread {
|
| /packages/apps/Mms/src/com/android/mms/transaction/ |
| MessagingNotification.java | 150 * Does its work and query in a worker thread. 157 new Thread(new Runnable() { 194 // thread because the toast will eventually get posted to a handler. 469 // If we have more than one unique thread, change the title (which would 472 // user to the conversation list instead of the specific thread. 603 // b. If there are two failure it stays in the thread view. Selecting one undelivered 604 // thread will dismiss one undelivered notification but will still display the 613 // failures are from the same thread. 615 // indeed in the same thread since there's only 1. 681 * threadIdResult[0] contains the thread id of the first message [all...] |
| /packages/apps/Mms/src/com/android/mms/ui/ |
| MessageUtils.java | 581 new Thread(new Runnable() { [all...] |
| /packages/apps/Phone/src/com/android/phone/ |
| BluetoothHeadsetService.java | 330 * Thread for RFCOMM connection 334 private class RfcommConnectThread extends Thread { 415 * Receives events from mConnectThread back in the main thread. 446 * Receives events from a connected RFCOMM socket back in the main thread. [all...] |
| /packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
| DownloadThread.java | 54 public class DownloadThread extends Thread { 130 * Executes the download in a separate thread 158 // network traffic on this thread should be counted against the 326 * Called just before the thread finishes, regardless of status, to take any necessary action on [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
| IncludeFinder.java | 848 Display display = Display.findDisplay(Thread.currentThread()); [all...] |
| /frameworks/base/services/java/com/android/server/ |
| BackupManagerService.java | 227 // The thread performing the sequence of queued backups binds to each app's agent 422 // ----- Asynchronous backup/restore handler thread ----- 519 (new Thread(task)).start(); 544 (new Thread(task)).start(); 669 // spin up the backup/restore handler thread [all...] |
| LocationManagerService.java | 523 Thread thread = new Thread(null, this, "LocationManagerService"); local 524 thread.start(); [all...] |
| PowerManagerService.java | 306 * mToken object so it can be accessed from any thread, but it calls into here [all...] |
| /frameworks/base/core/java/android/webkit/ |
| WebViewCore.java | 72 * WebViewCore always executes in the same thread as the native webkit. 141 // The thread name used to identify the WebCore thread and for use in 142 // debugging other classes that require operation within the WebCore thread. 147 // No need to assign this in the WebCore thread. 155 // We need to wait for the initial thread creation before sending 156 // a message to the WebCore thread. 157 // XXX: This is the only time the UI thread will wait for the WebCore 158 // thread! 161 // Create a global thread and start it [all...] |
| /frameworks/base/media/java/android/media/ |
| AudioService.java | 80 * will update our internal state, but in a separate thread will set the system 82 * will update the state and broadcast a change and in a separate thread later 310 // thread for SoundPool listener 404 /** Waits for the volume handler to be created by the other thread. */ 409 // Wait for mAudioHandler to be set by the other thread [all...] |
| /external/guava/src/com/google/common/collect/ |
| CustomConcurrentHashMap.java | 53 * thread-safe, retrieval operations do <i>not</i> entail locking, 67 * only be used by one thread at a time. 176 * and a significantly lower value can lead to thread contention. But 179 * appropriate when it is known that only one thread will modify and 219 * another thread to compute the value if necessary. Only one value will 509 * @throws InterruptedException if the thread was interrupted while [all...] |
| /external/javassist/src/main/javassist/util/proxy/ |
| ProxyFactory.java | 572 * return Thread.currentThread().getContextClassLoader(); 601 loader = Thread.currentThread().getContextClassLoader(); [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPTransactionStack.java | 364 // / Timer to regularly ping the thread auditor (on behalf of the timer 365 // thread) 367 // / Timer thread handle 380 // This happens only once since the thread handle is passed 385 // Let the thread auditor know that the timer task is alive 426 // Set an infinite thread pool size. 464 // Start the timer event thread. 473 // Start monitoring the timer thread [all...] |
| /external/valgrind/tsan/ |
| ts_valgrind.cc | 93 // not thread-safe. 180 // tid is not used because we call it from the current thread anyway. 201 Thread *ts_thread; 209 // thread-local event buffer (tleb). 246 // maintains a uniq thread id (first thread will have id=0) 339 // Each time we switch to another thread, we set the global g_cur_tleb 340 // to the tleb of the current thread. This allows to load the tleb in one 516 Printf("ThreadSanitizer WARNING: reusing TID %d w/o exiting thread\n", 545 // Printf("T%d quiting thread; stack size=%ld\n" [all...] |
| /frameworks/base/core/java/android/os/ |
| StrictMode.java | 49 * network access on the application's main thread, where UI 51 * and network operations off the main thread makes for much smoother, 52 * more responsive applications. By keeping your application's main thread 100 * StrictMode to find things you did by accident. Network requests on the UI thread 139 // Thread-policy: 169 * Note, a "VM_" bit, not thread. 175 * Note, a "VM_" bit, not thread. 181 * Note, a "VM_" bit, not thread. 200 // Used for both process and thread policy: 247 * Mask of all the penalty bits valid for thread policies [all...] |
| /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
| BluetoothTestUtils.java | [all...] |