Searched refs:areComponentsInPlaceLocked (Results 1 – 4 of 4) sorted by relevance
152 when(mJobSchedulerService.areComponentsInPlaceLocked(job)).thenReturn(false); in testWouldBeReadyWithConstraintLocked()156 when(mJobSchedulerService.areComponentsInPlaceLocked(job)).thenReturn(true); in testWouldBeReadyWithConstraintLocked()
130 return mService.areComponentsInPlaceLocked(jobStatus); in wouldBeReadyWithConstraintLocked()
2368 public boolean areComponentsInPlaceLocked(JobStatus job) { in areComponentsInPlaceLocked() method in JobSchedulerService
7511 HSPLcom/android/server/job/JobSchedulerService;->areComponentsInPlaceLocked(Lcom/android/server/job…