Searched refs:mBatchServiceIsBound (Results 1 – 1 of 1) sorted by relevance
316 private boolean mBatchServiceIsBound = false; field in AbstractGalleryActivity331 mBatchServiceIsBound = true; in doBindBatchService()335 if (mBatchServiceIsBound) { in doUnbindBatchService()338 mBatchServiceIsBound = false; in doUnbindBatchService()343 if (mBatchServiceIsBound && mBatchService != null) { in getBatchServiceThreadPoolIfAvailable()