Searched refs:stopTrackingRestrictedJobLocked (Results 1 – 6 of 6) sorted by relevance
40 public abstract void stopTrackingRestrictedJobLocked(JobStatus jobStatus); in stopTrackingRestrictedJobLocked() method in RestrictingController
89 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in IdleController
133 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in BatteryController
403 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in ConnectivityController
1576 controller.stopTrackingRestrictedJobLocked(networked); in testRestrictedJobTracking()1577 controller.stopTrackingRestrictedJobLocked(unnetworked); in testRestrictedJobTracking()
2531 mRestrictiveControllers.get(j).stopTrackingRestrictedJobLocked(js);