Searched refs:DeletionJobService (Results 1 – 3 of 3) sorted by relevance
25 import com.android.systemui.controls.controller.AuxiliaryPersistenceWrapper.DeletionJobService.Comp…45 private lateinit var service: AuxiliaryPersistenceWrapper.DeletionJobService51 service = AuxiliaryPersistenceWrapper.DeletionJobService() in setUp()79 AuxiliaryPersistenceWrapper.DeletionJobService.getJobForContext(context, userId) in testJobHasRightParameters()81 AuxiliaryPersistenceWrapper.DeletionJobService.DELETE_FILE_JOB_ID + userId, in testJobHasRightParameters()
109 class DeletionJobService : JobService() { class116 val componentName = ComponentName(context, DeletionJobService::class.java) in getJobForContext()
191 AuxiliaryPersistenceWrapper.DeletionJobService.getJobForContext(context, userId) in getPPControlsFile()