Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
DBatchService.java26 public class BatchService extends Service { class
29 BatchService getService() { in getService()
30 return BatchService.this; in getService()
DAbstractGalleryActivity.java315 private BatchService mBatchService;
320 mBatchService = ((BatchService.LocalBinder)service).getService();
330 …bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREAT… in doBindBatchService()