Searched refs:getRunningJobLocked (Results 1 – 7 of 7) sorted by relevance
153 jsc.getRunningJobLocked()); in testSingleJob_DetachOnStop()175 jsc.getRunningJobLocked()); in testSingleJob_RemoveOnStop()298 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()307 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueDifferentNotificationId()343 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueSameNotificationId()349 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_EnqueueSameNotificationId()386 jsc1.getRunningJobLocked()); in testMultipleJobs_sameApp_DifferentUsers()395 jsc2.getRunningJobLocked()); in testMultipleJobs_sameApp_DifferentUsers()433 jsc1.getRunningJobLocked()); in testMultipleJobs_differentApps()442 jsc2.getRunningJobLocked()); in testMultipleJobs_differentApps()[all …]
127 doReturn(job).when(context).getRunningJobLocked(); in createJobServiceContext()
362 final JobStatus js1 = ca1.context.getRunningJobLocked();363 final JobStatus js2 = ca2.context.getRunningJobLocked();684 final JobStatus jobStatus = jsc.getRunningJobLocked(); in isJobInOvertimeLocked()839 final JobStatus js = jsc.getRunningJobLocked(); in prepareForAssignmentDeterminationLocked()1308 final JobStatus executing = jsc.getRunningJobLocked(); in getRunningJobServiceContextLocked()1327 final JobStatus executing = jsc.getRunningJobLocked(); in stopJobOnServiceContextLocked()1784 final JobStatus js = context.getRunningJobLocked(); in shouldStopRunningJobLocked()1894 final JobStatus js = jc.getRunningJobLocked(); in executeStopCommandLocked()1917 final JobStatus js = jc.getRunningJobLocked(); in getEstimatedNetworkBytesLocked()1936 final JobStatus js = jc.getRunningJobLocked(); in getTransferredNetworkBytesLocked()[all …]
117 final JobStatus jobStatus = hostingContext.getRunningJobLocked(); in enqueueNotification()266 final JobStatus jobStatus = associatedContexts.valueAt(i).getRunningJobLocked(); in isNotificationUsedForAnyUij()303 final JobStatus jobStatus = jsc.getRunningJobLocked(); in maybeDeleteNotificationChannelAssociation()
604 JobStatus getRunningJobLocked() { in getRunningJobLocked() method in JobServiceContext718 final JobStatus executing = getRunningJobLocked(); in stopIfExecutingLocked()
3266 final JobStatus jobStatus = context.getRunningJobLocked();
4366 HSPLcom/android/server/job/JobServiceContext;->getRunningJobLocked()Lcom/android/server/job/control…