HomeSort by relevance Sort by last modified time
    Searched refs:handleDownloadState (Results 1 - 2 of 2) sorted by null

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 84 void handleDownloadState(int state);
142 * Calls the PhotoTask implementation of {@link #handleDownloadState} to
145 mPhotoTask.handleDownloadState(HTTP_STATE_STARTED);
366 mPhotoTask.handleDownloadState(HTTP_STATE_COMPLETED);
378 mPhotoTask.handleDownloadState(HTTP_STATE_FAILED);
PhotoTask.java 249 public void handleDownloadState(int state) {

Completed in 741 milliseconds