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

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

Completed in 21 milliseconds