Home
last modified time | relevance | path

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

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