OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:handleState
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoTask.java
182
void
handleState
(int state) {
183
sPhotoManager.
handleState
(this, state);
265
handleState
(outState);
296
handleState
(outState);
PhotoManager.java
274
public void
handleState
(PhotoTask photoTask, int state) {
426
sInstance.
handleState
(downloadTask, DOWNLOAD_COMPLETE);
Completed in 142 milliseconds