Searched defs:thread (Results 1 - 6 of 6) sorted by relevance

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
H A DThreadingTest.java29 public void startThread(Thread thread) { argument
30 thread.start();
H A DFakeSystemFacade.java99 public void startThread(Thread thread) { argument
101 thread.start();
103 mStartedThreads.add(thread);
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DRealSystemFacade.java102 public void startThread(Thread thread) { argument
103 thread.start();
H A DSystemFacade.java66 * Start a thread.
68 public void startThread(Thread thread); argument
/packages/apps/Nfc/jni/
H A Dcom_android_nfc.h123 pthread_t thread; member in struct:nfc_jni_native_data
/packages/apps/Camera/src/com/android/camera/panorama/
H A DPanoramaActivity.java291 // from the UI thread.
488 /* This function may be called by some random thread,
492 // after pausing, the GL thread will crash.
495 // Updating the texture should be done in the GL thread which mMosaicView is attached.
611 // do we have to wait for the thread to complete before enabling this?
843 private void runBackgroundThread(Thread thread) { argument
845 thread.start();

Completed in 118 milliseconds