Searched refs:handleDownloadState (Results 1 – 2 of 2) sorted by relevance
84 void handleDownloadState(int state); in handleDownloadState() method145 mPhotoTask.handleDownloadState(HTTP_STATE_STARTED); in run()366 mPhotoTask.handleDownloadState(HTTP_STATE_COMPLETED); in run()378 mPhotoTask.handleDownloadState(HTTP_STATE_FAILED); in run()
249 public void handleDownloadState(int state) { in handleDownloadState() method in PhotoTask