Home
last modified time | relevance | path

Searched refs:PhotoDownloadRunnable (Results 1 – 2 of 2) sorted by relevance

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java20 import com.example.android.threadsample.PhotoDownloadRunnable.TaskRunnableDownloadMethods;
92 mDownloadRunnable = new PhotoDownloadRunnable(this); in PhotoTask()
254 case PhotoDownloadRunnable.HTTP_STATE_COMPLETED: in handleDownloadState()
257 case PhotoDownloadRunnable.HTTP_STATE_FAILED: in handleDownloadState()
DPhotoDownloadRunnable.java37 class PhotoDownloadRunnable implements Runnable { class
99 PhotoDownloadRunnable(TaskRunnableDownloadMethods photoTask) { in PhotoDownloadRunnable() method in PhotoDownloadRunnable