Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/
H A DJobStore.java120 static JobStore initAndGet(JobSchedulerService jobManagerService) { in initAndGet() argument
123 sSingleton = new JobStore(jobManagerService.getContext(), in initAndGet()
124 jobManagerService.getLock(), Environment.getDataDirectory()); in initAndGet()