Searched refs:UploadJob (Results 1 – 3 of 3) sorted by relevance
23 public class UploadJob extends JobService { class24 private static final String TAG = UploadJob.class.getSimpleName();
61 new ComponentName(context, UploadJob.class)) in scheduleUploadJob()
19 9. BugStorageProvider is running under u0, it schedules UploadJob.20 10. UploadJob runs SimpleUploaderAsyncTask to upload the bugreport.