Home
last modified time | relevance | path

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

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