Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/job/
DJobStore.java85 static JobStore initAndGet(JobSchedulerService jobManagerService) { in initAndGet() argument
88 sSingleton = new JobStore(jobManagerService.getContext(), in initAndGet()
89 jobManagerService.getLock(), Environment.getDataDirectory()); in initAndGet()