Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoDownloadRunnable.java84 void handleDownloadState(int state); in handleDownloadState() method
145 mPhotoTask.handleDownloadState(HTTP_STATE_STARTED); in run()
366 mPhotoTask.handleDownloadState(HTTP_STATE_COMPLETED); in run()
378 mPhotoTask.handleDownloadState(HTTP_STATE_FAILED); in run()
DPhotoTask.java249 public void handleDownloadState(int state) { in handleDownloadState() method in PhotoTask