Searched defs:mBatchServiceConnection (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java317 private ServiceConnection mBatchServiceConnection = new ServiceConnection() { field in class:AbstractGalleryActivity
330 bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREATE);
337 unbindService(mBatchServiceConnection);

Completed in 68 milliseconds