Searched refs:PhotoDownloadRunnable (Results 1 – 2 of 2) sorted by relevance
20 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()
37 class PhotoDownloadRunnable implements Runnable { class99 PhotoDownloadRunnable(TaskRunnableDownloadMethods photoTask) { in PhotoDownloadRunnable() method in PhotoDownloadRunnable