Searched refs:mBatchServiceConnection (Results 1 – 1 of 1) sorted by relevance
317 private ServiceConnection mBatchServiceConnection = new ServiceConnection() { field in AbstractGalleryActivity330 …bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREAT… in doBindBatchService()337 unbindService(mBatchServiceConnection); in doUnbindBatchService()