Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DAbstractGalleryActivity.java315 private BatchService mBatchService; field in AbstractGalleryActivity
320 mBatchService = ((BatchService.LocalBinder)service).getService();
325 mBatchService = null;
343 if (mBatchServiceIsBound && mBatchService != null) { in getBatchServiceThreadPoolIfAvailable()
344 return mBatchService.getThreadPool(); in getBatchServiceThreadPoolIfAvailable()