Home
last modified time | relevance | path

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

/development/samples/training/threadsample/src/com/example/android/threadsample/
DPhotoManager.java69 private static final TimeUnit KEEP_ALIVE_TIME_UNIT; field in PhotoManager
116 KEEP_ALIVE_TIME_UNIT = TimeUnit.SECONDS;
148 KEEP_ALIVE_TIME, KEEP_ALIVE_TIME_UNIT, mDownloadWorkQueue); in PhotoManager()
154 KEEP_ALIVE_TIME, KEEP_ALIVE_TIME_UNIT, mDecodeWorkQueue); in PhotoManager()