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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCopyService.java57 public class CopyService extends IntentService { class in inherits:IntentService
58 public static final String TAG = "CopyService";
91 public CopyService() { method in class:CopyService
92 super("CopyService");
106 final Intent copyIntent = new Intent(context, CopyService.class);
186 * Sets up the CopyService to start tracking and sending notifications for the given batch of
211 final Intent cancelIntent = new Intent(this, CopyService.class);

Completed in 51 milliseconds