()
| 288 | } |
| 289 | |
| 290 | static ExecutorService getMediaTaskExecutor() { |
| 291 | if (sMediaExecutor == null) |
| 292 | sMediaExecutor = getBackgroundExecutor(1, "media"); |
| 293 | return sMediaExecutor; |
| 294 | } |
| 295 | |
| 296 | static ExecutorService getDownloadTaskExecutor() { |
| 297 | if (sDownloadExecutor == null) |
no test coverage detected