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

  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 48 static final int HTTP_STATE_COMPLETED = 1;
366 mPhotoTask.handleDownloadState(HTTP_STATE_COMPLETED);
PhotoTask.java 254 case PhotoDownloadRunnable.HTTP_STATE_COMPLETED:

Completed in 3452 milliseconds