Home
last modified time | relevance | path

Searched refs:currentThread (Results 1 – 6 of 6) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java239 public void setDownloadThread(Thread currentThread) { in setDownloadThread() argument
240 setCurrentThread(currentThread); in setDownloadThread()
270 public void setImageDecodeThread(Thread currentThread) { in setImageDecodeThread() argument
271 setCurrentThread(currentThread); in setImageDecodeThread()
DPhotoDecodeRunnable.java65 void setImageDecodeThread(Thread currentThread); in setImageDecodeThread() argument
118 mPhotoTask.setImageDecodeThread(Thread.currentThread()); in run()
DPhotoDownloadRunnable.java66 void setDownloadThread(Thread currentThread); in setDownloadThread() argument
114 mPhotoTask.setDownloadThread(Thread.currentThread()); in run()
DRSSPullParser.java113 if (Thread.currentThread().isInterrupted()) { in parseXml()
/development/samples/training/NsdChat/src/com/example/android/nsdchat/
DChatConnection.java148 while (!Thread.currentThread().isInterrupted()) { in run()
235 while (!Thread.currentThread().isInterrupted()) { in run()
/development/samples/Vault/src/com/example/android/vault/
DEncryptedDocument.java214 final String tempName = mFile.getName() + ".tmp_" + Thread.currentThread().getId(); in writeMetadataAndContent()