Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt195 val existingJob: JobInfo? = context.getSystemService(JobScheduler::class.java)!! in isNewJobScheduleRequired() constant
197 if (existingJob == null) { in isNewJobScheduleRequired()
202 } else if (existingJob.intervalMillis != getCheckFrequencyMs()) { in isNewJobScheduleRequired()