HomeSort by relevance Sort by last modified time
    Searched refs:BatchService (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
BatchService.java 26 public class BatchService extends Service {
29 BatchService getService() {
30 return BatchService.this;
AbstractGalleryActivity.java 311 private BatchService mBatchService;
315 mBatchService = ((BatchService.LocalBinder)service).getService();
324 bindService(new Intent(this, BatchService.class), mBatchServiceConnection, Context.BIND_AUTO_CREATE);

Completed in 39 milliseconds