Home
last modified time | relevance | path

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

/packages/services/Car/tests/BugReportApp/src/com/android/car/bugreport/
DJobSchedulingUtils.java27 class JobSchedulingUtils { class
28 private static final String TAG = JobSchedulingUtils.class.getSimpleName();
DStartUpBootReceiver.java49 JobSchedulingUtils.scheduleUploadJob(context); in onReceive()
DBugStorageProvider.java366 JobSchedulingUtils.scheduleUploadJob(BugStorageProvider.this.getContext()); in update()