Searched refs:syncRequests (Results 1 – 3 of 3) sorted by relevance
427 mShortTaskHandler.removeCallbacks(this::syncRequests); in syncRequestsAsync()428 mShortTaskHandler.post(this::syncRequests); in syncRequestsAsync()437 private void syncRequests() { in syncRequests() method in PackageWatchdog448 mHealthCheckController.syncRequests(packages); in syncRequests()
136 public void syncRequests(Set<String> newRequestedPackages) { in syncRequests() method in ExplicitHealthCheckController
859 public void syncRequests(Set<String> packages) { in syncRequests() method in PackageWatchdogTest.TestController