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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DCopyService.java58 public class CopyService extends IntentService { class in inherits:IntentService
59 public static final String TAG = "CopyService";
94 public CopyService() { method in class:CopyService
95 super("CopyService");
109 final Intent copyIntent = new Intent(context, CopyService.class);
196 * Sets up the CopyService to start tracking and sending notifications for the given batch of
221 final Intent cancelIntent = new Intent(this, CopyService.class);

Completed in 80 milliseconds