Home
last modified time | relevance | path

Searched refs:scheduleUploadJob (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/BugReportApp/src/com/google/android/car/bugreport/
DBugStorageProvider.java260 JobSchedulingUtils.scheduleUploadJob(BugStorageProvider.this.getContext()); in update()
329 JobSchedulingUtils.scheduleUploadJob(BugStorageProvider.this.getContext()); in openFile()
DStartUpBootReceiver.java46 JobSchedulingUtils.scheduleUploadJob(context); in onReceive()
DJobSchedulingUtils.java53 static void scheduleUploadJob(Context context) { in scheduleUploadJob() method in JobSchedulingUtils