OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KEEP_ALIVE_TIME
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java
66
private static final int
KEEP_ALIVE_TIME
= 1;
148
KEEP_ALIVE_TIME
, KEEP_ALIVE_TIME_UNIT, mDownloadWorkQueue);
154
KEEP_ALIVE_TIME
, KEEP_ALIVE_TIME_UNIT, mDecodeWorkQueue);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
ThreadPool.java
31
private static final int
KEEP_ALIVE_TIME
= 10; // 10 seconds
89
initPoolSize, maxPoolSize,
KEEP_ALIVE_TIME
,
Completed in 39 milliseconds