Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoTask.java182 void handleState(int state) { in handleState() method in PhotoTask
183 sPhotoManager.handleState(this, state); in handleState()
265 handleState(outState); in handleDownloadState()
296 handleState(outState); in handleDecodeState()
DPhotoManager.java274 public void handleState(PhotoTask photoTask, int state) { in handleState() method in PhotoManager
426 sInstance.handleState(downloadTask, DOWNLOAD_COMPLETE); in startDownload()