Searched refs:stopTrackingRestrictedJobLocked (Results 1 – 6 of 6) sorted by relevance
40 public abstract void stopTrackingRestrictedJobLocked(JobStatus jobStatus); in stopTrackingRestrictedJobLocked() method in RestrictingController
86 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in IdleController
144 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in BatteryController
350 public void stopTrackingRestrictedJobLocked(JobStatus jobStatus) { in stopTrackingRestrictedJobLocked() method in ConnectivityController
1298 controller.stopTrackingRestrictedJobLocked(networked); in testRestrictedJobTracking()1299 controller.stopTrackingRestrictedJobLocked(unnetworked); in testRestrictedJobTracking()
2357 mRestrictiveControllers.get(j).stopTrackingRestrictedJobLocked(js);